#28873D

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

Shades of Japanese Laurel #28873D

Tints of Japanese Laurel #28873D

Color information

#28873D (or 0x28873D) is unknown color: approx Japanese Laurel. HEX triplet: 28, 87 and 3D. RGB value is (40,135,61). Sum of RGB (Red+Green+Blue) = 40+135+61=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #28873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28873D is #D778C2. Grayscale: #626262. Windows color (decimal): -14121155 or 4032296. OLE color: 4032296.

HSL color Cylindrical-coordinate representation of color #28873D: hue angle of 133.26º 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 #28873D is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB4013561-
CMYK0.7000.550.47
HSL133.26º54.29%34.31%-
HSV(B)133.26º70.37%52.94%-
XYZ10.3818.127.36-
YUV98.16107.0386.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.95%
GREEN value IS 135 (53.12% from 255) = 57.20%
BLUE value IS 61 (24.22% from 255) = 25.85%
R=16.95%
G=57.20%
B=25.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40135610.7000.550.47133.2654.2934.31
Hex28873D460372F853622
Octal5020775106067572056642
Binary101000100001111111011000110011011110111110000101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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