#307024

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

Shades of Japanese Laurel #307024

Tints of Japanese Laurel #307024

Color information

#307024 (or 0x307024) is unknown color: approx Japanese Laurel. HEX triplet: 30, 70 and 24. RGB value is (48,112,36). Sum of RGB (Red+Green+Blue) = 48+112+36=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #307024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307024 is #CF8FDB. Grayscale: #545454. Windows color (decimal): -13602780 or 2388016. OLE color: 2388016.

HSL color Cylindrical-coordinate representation of color #307024: hue angle of 110.53º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #307024 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB4811236-
CMYK0.5700.680.56
HSL110.53º51.35%29.02%-
HSV(B)110.53º67.86%43.92%-
XYZ7.3312.343.67-
YUV84.2100.8102.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 112 (44.14% from 255) = 57.14%
BLUE value IS 36 (14.45% from 255) = 18.37%
R=24.49%
G=57.14%
B=18.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48112360.5700.680.56110.5351.3529.02
Hex30702439044386f331d
Octal6016044710104701576335
Binary110000111000010010011100101000100111000110111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307024; }

 p { color: rgb(48,112,36); }

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

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

 a { background-color: rgb(48,112,36); }

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

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

 span { border-color: rgb(48,112,36); }

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