#28942A

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

Shades of Forest Green #28942A

Tints of Forest Green #28942A

Color information

#28942A (or 0x28942A) is unknown color: approx Forest Green. HEX triplet: 28, 94 and 2A. RGB value is (40,148,42). Sum of RGB (Red+Green+Blue) = 40+148+42=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 148 (58.20% from 255 or 64.35% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 148 - color contains mainly: green. Hex color #28942A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28942A is #D76BD5. Grayscale: #676767. Windows color (decimal): -14117846 or 2790440. OLE color: 2790440.

HSL color Cylindrical-coordinate representation of color #28942A: hue angle of 121.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28942A is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB4014842-
CMYK0.7300.720.42
HSL121.11º57.45%36.86%-
HSV(B)121.11º72.97%58.04%-
XYZ11.8821.85.77-
YUV103.6293.2282.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.39%
GREEN value IS 148 (58.20% from 255) = 64.35%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=17.39%
G=64.35%
B=18.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40148420.7300.720.42121.1157.4536.86
Hex28942A490482A793925
Octal50224521110110521717145
Binary101000100101001010101001001010010001010101111001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28942A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28942A; }

 p { color: rgb(40,148,42); }

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

<style>
 a { background-color: #28942A; }

 a { background-color: rgb(40,148,42); }

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

<style>
 span { border-color: #28942A; }

 span { border-color: rgb(40,148,42); }

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