Html Css Color HEX #29772B Japanese Laurel

📋 copy color: '#29772B'

red 41 ◦ green 119 ◦ blue 43

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

Shades of Japanese Laurel #29772B

Tints of Japanese Laurel #29772B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.18%

R = 20.2%
G = 58.62%
B = 21.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#29772B (or 0x29772B) is known color: Japanese Laurel. HEX triplet: 29, 77 and 2B. RGB value is (41,119,43). Sum of RGB (Red+Green+Blue) = 41+119+43=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #29772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29772B is #D688D4. Grayscale: #575757. Windows color (decimal): -14059733 or 2848553. OLE color: 2848553.

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

Color convert

RGB 41 119 43 -
CMYK 0.66 0 0.64 0.53
HSL 121.54º 0.49% 0.31% -
HSV(B) 121.54º 0.66% 0.47% -
XYZ 7.95 13.84 4.54 -
YUV 87.01 103.16 95.18 -
System Red Green Blue C M Y K H S L
Decimal 41 119 43 0.66 0 0.64 0.53 121.54 0.49 0.31
Hex 29 77 2B 42 0 40 35 7A 31 1F
Octal 51 167 53 102 0 100 65 172 61 37
Binary 101001 1110111 101011 1000010 0 1000000 110101 1111010 110001 11111

Color Harmonies of #29772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29772B

Black with #29772B

Text Example


Text Example

White with #29772B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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