#308836

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

Shades of Japanese Laurel #308836

Tints of Japanese Laurel #308836

Color information

#308836 (or 0x308836) is unknown color: approx Japanese Laurel. HEX triplet: 30, 88 and 36. RGB value is (48,136,54). Sum of RGB (Red+Green+Blue) = 48+136+54=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #308836 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308836 is #CF77C9. Grayscale: #646464. Windows color (decimal): -13596618 or 3573808. OLE color: 3573808.

HSL color Cylindrical-coordinate representation of color #308836: hue angle of 124.09º 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 #308836 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB4813654-
CMYK0.6500.600.47
HSL124.09º47.83%36.08%-
HSV(B)124.09º64.71%53.33%-
XYZ10.6918.56.5-
YUV100.34101.8590.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.17%
GREEN value IS 136 (53.52% from 255) = 57.14%
BLUE value IS 54 (21.48% from 255) = 22.69%
R=20.17%
G=57.14%
B=22.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48136540.6500.600.47124.0947.8336.08
Hex3088364103C2F7c3024
Octal6021066101074571746044
Binary11000010001000110110100000101111001011111111100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308836; }

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

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

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

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

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

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

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

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