Html Css Color HEX #29701F Japanese Laurel

📋 copy color: '#29701F'

red 41 ◦ green 112 ◦ blue 31

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

Shades of Japanese Laurel #29701F

Tints of Japanese Laurel #29701F

RGB

 RED value IS 41 (16.41% from 255) = 22.28%

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

 BLUE value IS 31 (12.5% from 255) = 16.85%

R = 22.28%
G = 60.87%
B = 16.85%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#29701F (or 0x29701F) is known color: Japanese Laurel. HEX triplet: 29, 70 and 1F. RGB value is (41,112,31). Sum of RGB (Red+Green+Blue) = 41+112+31=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #29701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29701F is #D68FE0. Grayscale: #515151. Windows color (decimal): -14061537 or 2060329. OLE color: 2060329.

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

Color convert

RGB 41 112 31 -
CMYK 0.63 0 0.72 0.56
HSL 112.59º 0.57% 0.28% -
HSV(B) 112.59º 0.72% 0.44% -
XYZ 6.96 12.16 3.28 -
YUV 81.54 99.48 99.09 -
System Red Green Blue C M Y K H S L
Decimal 41 112 31 0.63 0 0.72 0.56 112.59 0.57 0.28
Hex 29 70 1F 3F 0 48 38 71 39 1C
Octal 51 160 37 77 0 110 70 161 71 34
Binary 101001 1110000 11111 111111 0 1001000 111000 1110001 111001 11100

Color Harmonies of #29701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29701F

Black with #29701F

Text Example


Text Example

White with #29701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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