Html Css Color HEX #307024 Japanese Laurel

📋 copy color: '#307024'

red 48 ◦ green 112 ◦ blue 36

#307024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #307024

Tints of Japanese Laurel #307024

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 value IS 0.57

 M value IS 0

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#307024 (or 0x307024) is known color: 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

RGB 48 112 36 -
CMYK 0.57 0 0.68 0.56
HSL 110.53º 0.51% 0.29% -
HSV(B) 110.53º 0.68% 0.44% -
XYZ 7.33 12.34 3.67 -
YUV 84.2 100.8 102.18 -
System Red Green Blue C M Y K H S L
Decimal 48 112 36 0.57 0 0.68 0.56 110.53 0.51 0.29
Hex 30 70 24 39 0 44 38 6F 33 1D
Octal 60 160 44 71 0 104 70 157 63 35
Binary 110000 1110000 100100 111001 0 1000100 111000 1101111 110011 11101

Color Harmonies of #307024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307024

Black with #307024

Text Example


Text Example

White with #307024

Text Example


Text Example

HTML Codes & Css Web 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>