Html Css Color HEX #29772E Japanese Laurel

📋 copy color: '#29772E'

red 41 ◦ green 119 ◦ blue 46

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

Shades of Japanese Laurel #29772E

Tints of Japanese Laurel #29772E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.33%

R = 19.9%
G = 57.77%
B = 22.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#29772E (or 0x29772E) is known color: Japanese Laurel. HEX triplet: 29, 77 and 2E. RGB value is (41,119,46). Sum of RGB (Red+Green+Blue) = 41+119+46=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 119 (46.88% from 255 or 57.77% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 119 - color contains mainly: green. Hex color #29772E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29772E is #D688D1. Grayscale: #575757. Windows color (decimal): -14059730 or 3045161. OLE color: 3045161.

HSL color Cylindrical-coordinate representation of color #29772E: hue angle of 123.85º 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 #29772E is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 119 46 -
CMYK 0.66 0 0.61 0.53
HSL 123.85º 0.49% 0.31% -
HSV(B) 123.85º 0.66% 0.47% -
XYZ 8 13.86 4.84 -
YUV 87.36 104.66 94.94 -
System Red Green Blue C M Y K H S L
Decimal 41 119 46 0.66 0 0.61 0.53 123.85 0.49 0.31
Hex 29 77 2E 42 0 3D 35 7C 31 1F
Octal 51 167 56 102 0 75 65 174 61 37
Binary 101001 1110111 101110 1000010 0 111101 110101 1111100 110001 11111

Color Harmonies of #29772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29772E

Black with #29772E

Text Example


Text Example

White with #29772E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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