#28912F

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

Shades of Forest Green #28912F

Tints of Forest Green #28912F

Color information

#28912F (or 0x28912F) is unknown color: approx Forest Green. HEX triplet: 28, 91 and 2F. RGB value is (40,145,47). Sum of RGB (Red+Green+Blue) = 40+145+47=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 145 (57.03% from 255 or 62.5% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 145 - color contains mainly: green. Hex color #28912F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28912F is #D76ED0. Grayscale: #666666. Windows color (decimal): -14118609 or 3117352. OLE color: 3117352.

HSL color Cylindrical-coordinate representation of color #28912F: hue angle of 124º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28912F is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB4014547-
CMYK0.7200.680.43
HSL124º56.76%36.27%-
HSV(B)124º72.41%56.86%-
XYZ11.5120.916.12-
YUV102.4396.7183.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.24%
GREEN value IS 145 (57.03% from 255) = 62.5%
BLUE value IS 47 (18.75% from 255) = 20.26%
R=17.24%
G=62.5%
B=20.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40145470.7200.680.4312456.7636.27
Hex28912F480442B7c3924
Octal50221571100104531747144
Binary101000100100011011111001000010001001010111111100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28912F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28912F; }

 p { color: rgb(40,145,47); }

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

<style>
 a { background-color: #28912F; }

 a { background-color: rgb(40,145,47); }

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

<style>
 span { border-color: #28912F; }

 span { border-color: rgb(40,145,47); }

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