#28873C

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

Shades of Japanese Laurel #28873C

Tints of Japanese Laurel #28873C

Color information

#28873C (or 0x28873C) is unknown color: approx Japanese Laurel. HEX triplet: 28, 87 and 3C. RGB value is (40,135,60). Sum of RGB (Red+Green+Blue) = 40+135+60=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #28873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28873C is #D778C3. Grayscale: #626262. Windows color (decimal): -14121156 or 3966760. OLE color: 3966760.

HSL color Cylindrical-coordinate representation of color #28873C: hue angle of 132.63º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28873C is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB4013560-
CMYK0.7000.560.47
HSL132.63º54.29%34.31%-
HSV(B)132.63º70.37%52.94%-
XYZ10.3518.117.22-
YUV98.04106.5386.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.02%
GREEN value IS 135 (53.12% from 255) = 57.45%
BLUE value IS 60 (23.83% from 255) = 25.53%
R=17.02%
G=57.45%
B=25.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40135600.7000.560.47132.6354.2934.31
Hex28873C460382F853622
Octal5020774106070572056642
Binary101000100001111111001000110011100010111110000101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28873C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,135,60); }

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

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

 a { background-color: rgb(40,135,60); }

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

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

 span { border-color: rgb(40,135,60); }

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