Html Css Color HEX #29742C Japanese Laurel

📋 copy color: '#29742C'

red 41 ◦ green 116 ◦ blue 44

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

Shades of Japanese Laurel #29742C

Tints of Japanese Laurel #29742C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.89%

R = 20.4%
G = 57.71%
B = 21.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#29742C (or 0x29742C) is known color: Japanese Laurel. HEX triplet: 29, 74 and 2C. RGB value is (41,116,44). Sum of RGB (Red+Green+Blue) = 41+116+44=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #29742C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29742C is #D68BD3. Grayscale: #555555. Windows color (decimal): -14060500 or 2913321. OLE color: 2913321.

HSL color Cylindrical-coordinate representation of color #29742C: hue angle of 122.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29742C is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 116 44 -
CMYK 0.65 0 0.62 0.55
HSL 122.4º 0.48% 0.31% -
HSV(B) 122.4º 0.65% 0.45% -
XYZ 7.61 13.14 4.52 -
YUV 85.37 104.65 96.35 -
System Red Green Blue C M Y K H S L
Decimal 41 116 44 0.65 0 0.62 0.55 122.4 0.48 0.31
Hex 29 74 2C 41 0 3E 37 7A 30 1F
Octal 51 164 54 101 0 76 67 172 60 37
Binary 101001 1110100 101100 1000001 0 111110 110111 1111010 110000 11111

Color Harmonies of #29742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29742C

Black with #29742C

Text Example


Text Example

White with #29742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29742C; }

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

 H1.HeaderClassName
 {
   color: #29742C;
 }
 .AnyTagClassName
 {
   color: #29742C;
 }
</style>

background-color css

<style>
 a { background-color: #29742C; }

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

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

border-color css

<style>
 span { border-color: #29742C; }

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

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