Html Css Color HEX #29701E Japanese Laurel

📋 copy color: '#29701E'

red 41 ◦ green 112 ◦ blue 30

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

Shades of Japanese Laurel #29701E

Tints of Japanese Laurel #29701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.39%

R = 22.4%
G = 61.2%
B = 16.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#29701E (or 0x29701E) is known color: Japanese Laurel. HEX triplet: 29, 70 and 1E. RGB value is (41,112,30). Sum of RGB (Red+Green+Blue) = 41+112+30=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #29701E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29701E is #D68FE1. Grayscale: #515151. Windows color (decimal): -14061538 or 1994793. OLE color: 1994793.

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

Color convert

RGB 41 112 30 -
CMYK 0.63 0 0.73 0.56
HSL 111.95º 0.58% 0.28% -
HSV(B) 111.95º 0.73% 0.44% -
XYZ 6.94 12.15 3.21 -
YUV 81.42 98.98 99.17 -
System Red Green Blue C M Y K H S L
Decimal 41 112 30 0.63 0 0.73 0.56 111.95 0.58 0.28
Hex 29 70 1E 3F 0 49 38 70 3A 1C
Octal 51 160 36 77 0 111 70 160 72 34
Binary 101001 1110000 11110 111111 0 1001001 111000 1110000 111010 11100

Color Harmonies of #29701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29701E

Black with #29701E

Text Example


Text Example

White with #29701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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