#28772C

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

Shades of Japanese Laurel #28772C

Tints of Japanese Laurel #28772C

Color information

#28772C (or 0x28772C) is unknown color: approx Japanese Laurel. HEX triplet: 28, 77 and 2C. RGB value is (40,119,44). Sum of RGB (Red+Green+Blue) = 40+119+44=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #28772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28772C is #D788D3. Grayscale: #575757. Windows color (decimal): -14125268 or 2914088. OLE color: 2914088.

HSL color Cylindrical-coordinate representation of color #28772C: hue angle of 123.04º degrees, saturation: 0.5, 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 #28772C is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB4011944-
CMYK0.6600.630.53
HSL123.04º49.69%31.18%-
HSV(B)123.04º66.39%46.67%-
XYZ7.9313.834.63-
YUV86.83103.8394.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.70%
GREEN value IS 119 (46.88% from 255) = 58.62%
BLUE value IS 44 (17.58% from 255) = 21.67%
R=19.70%
G=58.62%
B=21.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40119440.6600.630.53123.0449.6931.18
Hex28772C4203F357b321f
Octal5016754102077651736237
Binary101000111011110110010000100111111110101111101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #28772C;
 }
 .AnyTagClassName
 {
   color: #28772C;
 }
</style>
background-color css

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

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

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

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

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

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