#307936

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

Shades of Japanese Laurel #307936

Tints of Japanese Laurel #307936

Color information

#307936 (or 0x307936) is unknown color: approx Japanese Laurel. HEX triplet: 30, 79 and 36. RGB value is (48,121,54). Sum of RGB (Red+Green+Blue) = 48+121+54=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #307936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307936 is #CF86C9. Grayscale: #5B5B5B. Windows color (decimal): -13600458 or 3569968. OLE color: 3569968.

HSL color Cylindrical-coordinate representation of color #307936: hue angle of 124.93º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307936 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB4812154-
CMYK0.6000.550.53
HSL124.93º43.2%33.14%-
HSV(B)124.93º60.33%47.45%-
XYZ8.7214.575.84-
YUV91.54106.8296.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 121 (47.66% from 255) = 54.26%
BLUE value IS 54 (21.48% from 255) = 24.22%
R=21.52%
G=54.26%
B=24.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48121540.6000.550.53124.9343.233.14
Hex3079363C037357d2b21
Octal601716674067651755341
Binary110000111100111011011110001101111101011111101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307936; }

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

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

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

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

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

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

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

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