#28893C

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

Shades of Japanese Laurel #28893C

Tints of Japanese Laurel #28893C

Color information

#28893C (or 0x28893C) is unknown color: approx Japanese Laurel. HEX triplet: 28, 89 and 3C. RGB value is (40,137,60). Sum of RGB (Red+Green+Blue) = 40+137+60=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 137 (53.91% from 255 or 57.81% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 137 - color contains mainly: green. Hex color #28893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28893C is #D776C3. Grayscale: #636363. Windows color (decimal): -14120644 or 3967272. OLE color: 3967272.

HSL color Cylindrical-coordinate representation of color #28893C: hue angle of 132.37º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28893C is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB4013760-
CMYK0.7100.560.46
HSL132.37º54.8%34.71%-
HSV(B)132.37º70.8%53.73%-
XYZ10.6418.677.32-
YUV99.22105.8685.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 137 (53.91% from 255) = 57.81%
BLUE value IS 60 (23.83% from 255) = 25.32%
R=16.88%
G=57.81%
B=25.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40137600.7100.560.46132.3754.834.71
Hex28893C470382E843723
Octal5021174107070562046743
Binary101000100010011111001000111011100010111010000100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28893C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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