#29772B

Color #29772B Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #29772B

Tints of Japanese Laurel #29772B

Color information

#29772B (or 0x29772B) is unknown color: approx 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

RGB4111943-
CMYK0.6600.640.53
HSL121.54º48.75%31.37%-
HSV(B)121.54º65.55%46.67%-
XYZ7.9513.844.54-
YUV87.01103.1695.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 119 (46.88% from 255) = 58.62%
BLUE value IS 43 (17.19% from 255) = 21.18%
R=20.20%
G=58.62%
B=21.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41119430.6600.640.53121.5448.7531.37
Hex29772B42040357a311f
Octal51167531020100651726137
Binary1010011110111101011100001001000000110101111101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>