#28812C

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

Shades of Japanese Laurel #28812C

Tints of Japanese Laurel #28812C

Color information

#28812C (or 0x28812C) is unknown color: approx Japanese Laurel. HEX triplet: 28, 81 and 2C. RGB value is (40,129,44). Sum of RGB (Red+Green+Blue) = 40+129+44=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #28812C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28812C is #D77ED3. Grayscale: #5C5C5C. Windows color (decimal): -14122708 or 2916648. OLE color: 2916648.

HSL color Cylindrical-coordinate representation of color #28812C: hue angle of 122.7º 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 #28812C is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB4012944-
CMYK0.6900.660.49
HSL122.7º52.66%33.14%-
HSV(B)122.7º68.99%50.59%-
XYZ9.1816.335.05-
YUV92.7100.5190.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.78%
GREEN value IS 129 (50.78% from 255) = 60.56%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=18.78%
G=60.56%
B=20.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40129440.6900.660.49122.752.6633.14
Hex28812C45042317b3521
Octal50201541050102611736541
Binary101000100000011011001000101010000101100011111011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28812C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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