Html Css Color HEX #29752C Japanese Laurel

📋 copy color: '#29752C'

red 41 ◦ green 117 ◦ blue 44

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

Shades of Japanese Laurel #29752C

Tints of Japanese Laurel #29752C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.92%

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

R = 20.3%
G = 57.92%
B = 21.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#29752C (or 0x29752C) is known color: Japanese Laurel. HEX triplet: 29, 75 and 2C. RGB value is (41,117,44). Sum of RGB (Red+Green+Blue) = 41+117+44=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #29752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29752C is #D68AD3. Grayscale: #565656. Windows color (decimal): -14060244 or 2913577. OLE color: 2913577.

HSL color Cylindrical-coordinate representation of color #29752C: hue angle of 122.37º 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 #29752C is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 44 -
CMYK 0.65 0 0.62 0.54
HSL 122.37º 0.48% 0.31% -
HSV(B) 122.37º 0.65% 0.46% -
XYZ 7.73 13.38 4.56 -
YUV 85.95 104.32 95.94 -
System Red Green Blue C M Y K H S L
Decimal 41 117 44 0.65 0 0.62 0.54 122.37 0.48 0.31
Hex 29 75 2C 41 0 3E 36 7A 30 1F
Octal 51 165 54 101 0 76 66 172 60 37
Binary 101001 1110101 101100 1000001 0 111110 110110 1111010 110000 11111

Color Harmonies of #29752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29752C

Black with #29752C

Text Example


Text Example

White with #29752C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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