#28893B

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

Shades of Japanese Laurel #28893B

Tints of Japanese Laurel #28893B

Color information

#28893B (or 0x28893B) is unknown color: approx Japanese Laurel. HEX triplet: 28, 89 and 3B. RGB value is (40,137,59). Sum of RGB (Red+Green+Blue) = 40+137+59=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 137 (53.91% from 255 or 58.05% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 137 - color contains mainly: green. Hex color #28893B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28893B is #D776C4. Grayscale: #636363. Windows color (decimal): -14120645 or 3901736. OLE color: 3901736.

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

Color convert

RGB4013759-
CMYK0.7100.570.46
HSL131.75º54.8%34.71%-
HSV(B)131.75º70.8%53.73%-
XYZ10.6118.667.18-
YUV99.1105.3685.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.95%
GREEN value IS 137 (53.91% from 255) = 58.05%
BLUE value IS 59 (23.44% from 255) = 25%
R=16.95%
G=58.05%
B=25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40137590.7100.570.46131.7554.834.71
Hex28893B470392E843723
Octal5021173107071562046743
Binary101000100010011110111000111011100110111010000100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28893B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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