#28772E

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

Shades of Japanese Laurel #28772E

Tints of Japanese Laurel #28772E

Color information

#28772E (or 0x28772E) is unknown color: approx Japanese Laurel. HEX triplet: 28, 77 and 2E. RGB value is (40,119,46). Sum of RGB (Red+Green+Blue) = 40+119+46=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #28772E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28772E is #D788D1. Grayscale: #575757. Windows color (decimal): -14125266 or 3045160. OLE color: 3045160.

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

Color convert

RGB4011946-
CMYK0.6600.610.53
HSL124.56º49.69%31.18%-
HSV(B)124.56º66.39%46.67%-
XYZ7.9713.844.84-
YUV87.06104.8394.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.51%
GREEN value IS 119 (46.88% from 255) = 58.05%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=19.51%
G=58.05%
B=22.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40119460.6600.610.53124.5649.6931.18
Hex28772E4203D357d321f
Octal5016756102075651756237
Binary101000111011110111010000100111101110101111110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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