#28812D

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

Shades of Japanese Laurel #28812D

Tints of Japanese Laurel #28812D

Color information

#28812D (or 0x28812D) is unknown color: approx Japanese Laurel. HEX triplet: 28, 81 and 2D. RGB value is (40,129,45). Sum of RGB (Red+Green+Blue) = 40+129+45=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #28812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28812D is #D77ED2. Grayscale: #5D5D5D. Windows color (decimal): -14122707 or 2982184. OLE color: 2982184.

HSL color Cylindrical-coordinate representation of color #28812D: hue angle of 123.37º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28812D is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB4012945-
CMYK0.6900.650.49
HSL123.37º52.66%33.14%-
HSV(B)123.37º68.99%50.59%-
XYZ9.216.345.15-
YUV92.81101.0190.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 129 (50.78% from 255) = 60.28%
BLUE value IS 45 (17.97% from 255) = 21.03%
R=18.69%
G=60.28%
B=21.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40129450.6900.650.49123.3752.6633.14
Hex28812D45041317b3521
Octal50201551050101611736541
Binary101000100000011011011000101010000011100011111011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,129,45); }

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

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

 a { background-color: rgb(40,129,45); }

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

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

 span { border-color: rgb(40,129,45); }

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