Html Css Color HEX #29762C Japanese Laurel

📋 copy color: '#29762C'

red 41 ◦ green 118 ◦ blue 44

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

Shades of Japanese Laurel #29762C

Tints of Japanese Laurel #29762C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 58.13%

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

R = 20.2%
G = 58.13%
B = 21.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#29762C (or 0x29762C) is known color: Japanese Laurel. HEX triplet: 29, 76 and 2C. RGB value is (41,118,44). Sum of RGB (Red+Green+Blue) = 41+118+44=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #29762C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29762C is #D689D3. Grayscale: #565656. Windows color (decimal): -14059988 or 2913833. OLE color: 2913833.

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

Color convert

RGB 41 118 44 -
CMYK 0.65 0 0.63 0.54
HSL 122.34º 0.48% 0.31% -
HSV(B) 122.34º 0.65% 0.46% -
XYZ 7.85 13.61 4.6 -
YUV 86.54 103.99 95.52 -
System Red Green Blue C M Y K H S L
Decimal 41 118 44 0.65 0 0.63 0.54 122.34 0.48 0.31
Hex 29 76 2C 41 0 3F 36 7A 30 1F
Octal 51 166 54 101 0 77 66 172 60 37
Binary 101001 1110110 101100 1000001 0 111111 110110 1111010 110000 11111

Color Harmonies of #29762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29762C

Black with #29762C

Text Example


Text Example

White with #29762C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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