Html Css Color HEX #29772C Japanese Laurel

📋 copy color: '#29772C'

red 41 ◦ green 119 ◦ blue 44

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

Shades of Japanese Laurel #29772C

Tints of Japanese Laurel #29772C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.33%

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

R = 20.1%
G = 58.33%
B = 21.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#29772C (or 0x29772C) is known color: Japanese Laurel. HEX triplet: 29, 77 and 2C. RGB value is (41,119,44). Sum of RGB (Red+Green+Blue) = 41+119+44=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #29772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29772C is #D688D3. Grayscale: #575757. Windows color (decimal): -14059732 or 2914089. OLE color: 2914089.

HSL color Cylindrical-coordinate representation of color #29772C: hue angle of 122.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29772C is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 119 44 -
CMYK 0.66 0 0.63 0.53
HSL 122.31º 0.49% 0.31% -
HSV(B) 122.31º 0.66% 0.47% -
XYZ 7.97 13.85 4.64 -
YUV 87.13 103.66 95.1 -
System Red Green Blue C M Y K H S L
Decimal 41 119 44 0.66 0 0.63 0.53 122.31 0.49 0.31
Hex 29 77 2C 42 0 3F 35 7A 31 1F
Octal 51 167 54 102 0 77 65 172 61 37
Binary 101001 1110111 101100 1000010 0 111111 110101 1111010 110001 11111

Color Harmonies of #29772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29772C

Black with #29772C

Text Example


Text Example

White with #29772C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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