Html Css Color HEX #29741D Japanese Laurel

📋 copy color: '#29741D'

red 41 ◦ green 116 ◦ blue 29

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

Shades of Japanese Laurel #29741D

Tints of Japanese Laurel #29741D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 62.37%

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

R = 22.04%
G = 62.37%
B = 15.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#29741D (or 0x29741D) is known color: Japanese Laurel. HEX triplet: 29, 74 and 1D. RGB value is (41,116,29). Sum of RGB (Red+Green+Blue) = 41+116+29=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 116 (45.70% from 255 or 62.37% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 116 - color contains mainly: green. Hex color #29741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29741D is #D68BE2. Grayscale: #535353. Windows color (decimal): -14060515 or 1930281. OLE color: 1930281.

HSL color Cylindrical-coordinate representation of color #29741D: hue angle of 111.72º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29741D is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 116 29 -
CMYK 0.65 0 0.75 0.55
HSL 111.72º 0.6% 0.28% -
HSV(B) 111.72º 0.75% 0.45% -
XYZ 7.38 13.05 3.29 -
YUV 83.66 97.15 97.57 -
System Red Green Blue C M Y K H S L
Decimal 41 116 29 0.65 0 0.75 0.55 111.72 0.6 0.28
Hex 29 74 1D 41 0 4B 37 70 3C 1C
Octal 51 164 35 101 0 113 67 160 74 34
Binary 101001 1110100 11101 1000001 0 1001011 110111 1110000 111100 11100

Color Harmonies of #29741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29741D

Black with #29741D

Text Example


Text Example

White with #29741D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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