#28893E

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

Shades of Japanese Laurel #28893E

Tints of Japanese Laurel #28893E

Color information

#28893E (or 0x28893E) is unknown color: approx Japanese Laurel. HEX triplet: 28, 89 and 3E. RGB value is (40,137,62). Sum of RGB (Red+Green+Blue) = 40+137+62=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #28893E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28893E is #D776C1. Grayscale: #636363. Windows color (decimal): -14120642 or 4098344. OLE color: 4098344.

HSL color Cylindrical-coordinate representation of color #28893E: hue angle of 133.61º 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 #28893E is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB4013762-
CMYK0.7100.550.46
HSL133.61º54.8%34.71%-
HSV(B)133.61º70.8%53.73%-
XYZ10.6918.697.6-
YUV99.45106.8685.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.74%
GREEN value IS 137 (53.91% from 255) = 57.32%
BLUE value IS 62 (24.61% from 255) = 25.94%
R=16.74%
G=57.32%
B=25.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40137620.7100.550.46133.6154.834.71
Hex28893E470372E863723
Octal5021176107067562066743
Binary101000100010011111101000111011011110111010000110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28893E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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