Html Css Color HEX #307029 Japanese Laurel

📋 copy color: '#307029'

red 48 ◦ green 112 ◦ blue 41

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

Shades of Japanese Laurel #307029

Tints of Japanese Laurel #307029

RGB

 RED value IS 48 (19.14% from 255) = 23.88%

 GREEN value IS 112 (44.14% from 255) = 55.72%

 BLUE value IS 41 (16.41% from 255) = 20.4%

R = 23.88%
G = 55.72%
B = 20.4%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#307029 (or 0x307029) is known color: Japanese Laurel. HEX triplet: 30, 70 and 29. RGB value is (48,112,41). Sum of RGB (Red+Green+Blue) = 48+112+41=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #307029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307029 is #CF8FD6. Grayscale: #545454. Windows color (decimal): -13602775 or 2715696. OLE color: 2715696.

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

Color convert

RGB 48 112 41 -
CMYK 0.57 0 0.63 0.56
HSL 114.08º 0.46% 0.3% -
HSV(B) 114.08º 0.63% 0.44% -
XYZ 7.41 12.38 4.1 -
YUV 84.77 103.3 101.77 -
System Red Green Blue C M Y K H S L
Decimal 48 112 41 0.57 0 0.63 0.56 114.08 0.46 0.3
Hex 30 70 29 39 0 3F 38 72 2E 1E
Octal 60 160 51 71 0 77 70 162 56 36
Binary 110000 1110000 101001 111001 0 111111 111000 1110010 101110 11110

Color Harmonies of #307029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307029

Black with #307029

Text Example


Text Example

White with #307029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307029; }

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

 H1.HeaderClassName
 {
   color: #307029;
 }
 .AnyTagClassName
 {
   color: #307029;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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