#28772A

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

Shades of Japanese Laurel #28772A

Tints of Japanese Laurel #28772A

Color information

#28772A (or 0x28772A) is unknown color: approx Japanese Laurel. HEX triplet: 28, 77 and 2A. RGB value is (40,119,42). Sum of RGB (Red+Green+Blue) = 40+119+42=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #28772A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28772A is #D788D5. Grayscale: #565656. Windows color (decimal): -14125270 or 2783016. OLE color: 2783016.

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

Color convert

RGB4011942-
CMYK0.6600.650.53
HSL121.52º49.69%31.18%-
HSV(B)121.52º66.39%46.67%-
XYZ7.8913.814.44-
YUV86.6102.8394.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 119 (46.88% from 255) = 59.20%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=19.90%
G=59.20%
B=20.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40119420.6600.650.53121.5249.6931.18
Hex28772A42041357a321f
Octal50167521020101651726237
Binary1010001110111101010100001001000001110101111101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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