#28772D

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

Shades of Japanese Laurel #28772D

Tints of Japanese Laurel #28772D

Color information

#28772D (or 0x28772D) is unknown color: approx Japanese Laurel. HEX triplet: 28, 77 and 2D. RGB value is (40,119,45). Sum of RGB (Red+Green+Blue) = 40+119+45=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #28772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28772D is #D788D2. Grayscale: #575757. Windows color (decimal): -14125267 or 2979624. OLE color: 2979624.

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

Color convert

RGB4011945-
CMYK0.6600.620.53
HSL123.8º49.69%31.18%-
HSV(B)123.8º66.39%46.67%-
XYZ7.9513.834.73-
YUV86.94104.3394.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 119 (46.88% from 255) = 58.33%
BLUE value IS 45 (17.97% from 255) = 22.06%
R=19.61%
G=58.33%
B=22.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40119450.6600.620.53123.849.6931.18
Hex28772D4203E357c321f
Octal5016755102076651746237
Binary101000111011110110110000100111110110101111110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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