#308834

Color #308834 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #308834

Tints of Japanese Laurel #308834

Color information

#308834 (or 0x308834) is unknown color: approx Japanese Laurel. HEX triplet: 30, 88 and 34. RGB value is (48,136,52). Sum of RGB (Red+Green+Blue) = 48+136+52=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 136 (53.52% from 255 or 57.63% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 136 - color contains mainly: green. Hex color #308834 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308834 is #CF77CB. Grayscale: #646464. Windows color (decimal): -13596620 or 3442736. OLE color: 3442736.

HSL color Cylindrical-coordinate representation of color #308834: hue angle of 122.73º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308834 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB4813652-
CMYK0.6500.620.47
HSL122.73º47.83%36.08%-
HSV(B)122.73º64.71%53.33%-
XYZ10.6418.486.26-
YUV100.11100.8590.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 136 (53.52% from 255) = 57.63%
BLUE value IS 52 (20.70% from 255) = 22.03%
R=20.34%
G=57.63%
B=22.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48136520.6500.620.47122.7347.8336.08
Hex3088344103E2F7b3024
Octal6021064101076571736044
Binary11000010001000110100100000101111101011111111011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308834; }

 p { color: rgb(48,136,52); }

 H1.HeaderClassName
 {
   color: #308834;
 }
 .AnyTagClassName
 {
   color: #308834;
 }
</style>
background-color css

<style>
 a { background-color: #308834; }

 a { background-color: rgb(48,136,52); }

 div.DivClassName
 {
   background-color: #308834;
 }
 .BgClassName
 {
   background-color: #308834;
 }
</style>
border-color css

<style>
 span { border-color: #308834; }

 span { border-color: rgb(48,136,52); }

 td.TdClassName
 {
   border-color: #308834;
 }
 .TagClassName
 {
   border-color: #308834;
 }
</style>