#28951C

Color #28951C Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #28951C

Tints of Forest Green #28951C

Color information

#28951C (or 0x28951C) is unknown color: approx Forest Green. HEX triplet: 28, 95 and 1C. RGB value is (40,149,28). Sum of RGB (Red+Green+Blue) = 40+149+28=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 149 (58.59% from 255 or 68.66% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 149 - color contains mainly: green. Hex color #28951C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28951C is #D76AE3. Grayscale: #666666. Windows color (decimal): -14117604 or 1873192. OLE color: 1873192.

HSL color Cylindrical-coordinate representation of color #28951C: hue angle of 114.05º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28951C is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB4014928-
CMYK0.7300.810.42
HSL114.05º68.36%34.71%-
HSV(B)114.05º81.21%58.43%-
XYZ11.8322.034.73-
YUV102.6185.8983.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 149 (58.59% from 255) = 68.66%
BLUE value IS 28 (11.33% from 255) = 12.90%
R=18.43%
G=68.66%
B=12.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40149280.7300.810.42114.0568.3634.71
Hex28951C490512A724423
Octal502253411101215216210443
Binary101000100101011110010010010101000110101011100101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28951C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,149,28); }

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

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

 a { background-color: rgb(40,149,28); }

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

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

 span { border-color: rgb(40,149,28); }

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