Html Css Color HEX #29752D Japanese Laurel

📋 copy color: '#29752D'

red 41 ◦ green 117 ◦ blue 45

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

Shades of Japanese Laurel #29752D

Tints of Japanese Laurel #29752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.17%

R = 20.2%
G = 57.64%
B = 22.17%

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

#29752D (or 0x29752D) is known color: Japanese Laurel. HEX triplet: 29, 75 and 2D. RGB value is (41,117,45). Sum of RGB (Red+Green+Blue) = 41+117+45=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #29752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29752D is #D68AD2. Grayscale: #565656. Windows color (decimal): -14060243 or 2979113. OLE color: 2979113.

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

Color convert

RGB 41 117 45 -
CMYK 0.65 0 0.62 0.54
HSL 123.16º 0.48% 0.31% -
HSV(B) 123.16º 0.65% 0.46% -
XYZ 7.75 13.38 4.66 -
YUV 86.07 104.82 95.85 -
System Red Green Blue C M Y K H S L
Decimal 41 117 45 0.65 0 0.62 0.54 123.16 0.48 0.31
Hex 29 75 2D 41 0 3E 36 7B 30 1F
Octal 51 165 55 101 0 76 66 173 60 37
Binary 101001 1110101 101101 1000001 0 111110 110110 1111011 110000 11111

Color Harmonies of #29752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29752D

Black with #29752D

Text Example


Text Example

White with #29752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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