Html Css Color HEX #29701D Japanese Laurel

📋 copy color: '#29701D'

red 41 ◦ green 112 ◦ blue 29

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

Shades of Japanese Laurel #29701D

Tints of Japanese Laurel #29701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.93%

R = 22.53%
G = 61.54%
B = 15.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#29701D (or 0x29701D) is known color: Japanese Laurel. HEX triplet: 29, 70 and 1D. RGB value is (41,112,29). Sum of RGB (Red+Green+Blue) = 41+112+29=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #29701D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29701D is #D68FE2. Grayscale: #515151. Windows color (decimal): -14061539 or 1929257. OLE color: 1929257.

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

Color convert

RGB 41 112 29 -
CMYK 0.63 0 0.74 0.56
HSL 111.33º 0.59% 0.28% -
HSV(B) 111.33º 0.74% 0.44% -
XYZ 6.93 12.15 3.14 -
YUV 81.31 98.48 99.25 -
System Red Green Blue C M Y K H S L
Decimal 41 112 29 0.63 0 0.74 0.56 111.33 0.59 0.28
Hex 29 70 1D 3F 0 4A 38 6F 3B 1C
Octal 51 160 35 77 0 112 70 157 73 34
Binary 101001 1110000 11101 111111 0 1001010 111000 1101111 111011 11100

Color Harmonies of #29701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29701D

Black with #29701D

Text Example


Text Example

White with #29701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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