#28893d

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

Shades of Japanese Laurel #28893D

Tints of Japanese Laurel #28893D

Color information

#28893D (or 0x28893D) is unknown color: approx Japanese Laurel. HEX triplet: 28, 89 and 3D. RGB value is (40,137,61). Sum of RGB (Red+Green+Blue) = 40+137+61=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #28893D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28893D is #D776C2. Grayscale: #636363. Windows color (decimal): -14120643 or 4032808. OLE color: 4032808.

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

Color convert

RGB4013761-
CMYK0.7100.550.46
HSL132.99º54.8%34.71%-
HSV(B)132.99º70.8%53.73%-
XYZ10.6618.687.46-
YUV99.33106.3685.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.81%
GREEN value IS 137 (53.91% from 255) = 57.56%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=16.81%
G=57.56%
B=25.63%

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
Decimal40137610.7100.550.46132.9954.834.71
Hex28893D470372E853723
Octal5021175107067562056743
Binary101000100010011111011000111011011110111010000101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28893d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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