Html Css Color HEX #29711D Japanese Laurel

📋 copy color: '#29711D'

red 41 ◦ green 113 ◦ blue 29

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

Shades of Japanese Laurel #29711D

Tints of Japanese Laurel #29711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 61.75%

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

R = 22.4%
G = 61.75%
B = 15.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#29711D (or 0x29711D) is known color: Japanese Laurel. HEX triplet: 29, 71 and 1D. RGB value is (41,113,29). Sum of RGB (Red+Green+Blue) = 41+113+29=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #29711D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29711D is #D68EE2. Grayscale: #525252. Windows color (decimal): -14061283 or 1929513. OLE color: 1929513.

HSL color Cylindrical-coordinate representation of color #29711D: hue angle of 111.43º 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 #29711D is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 113 29 -
CMYK 0.64 0 0.74 0.56
HSL 111.43º 0.59% 0.28% -
HSV(B) 111.43º 0.74% 0.44% -
XYZ 7.04 12.37 3.18 -
YUV 81.9 98.15 98.83 -
System Red Green Blue C M Y K H S L
Decimal 41 113 29 0.64 0 0.74 0.56 111.43 0.59 0.28
Hex 29 71 1D 40 0 4A 38 6F 3B 1C
Octal 51 161 35 100 0 112 70 157 73 34
Binary 101001 1110001 11101 1000000 0 1001010 111000 1101111 111011 11100

Color Harmonies of #29711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29711D

Black with #29711D

Text Example


Text Example

White with #29711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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