#2D8B1A

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

Shades of Forest Green #2D8B1A

Tints of Forest Green #2D8B1A

Color information

#2D8B1A (or 0x2D8B1A) is unknown color: approx Forest Green. HEX triplet: 2D, 8B and 1A. RGB value is (45,139,26). Sum of RGB (Red+Green+Blue) = 45+139+26=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 139 (54.69% from 255 or 66.19% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 139 - color contains mainly: green. Hex color #2D8B1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8B1A is #D274E5. Grayscale: #626262. Windows color (decimal): -13792486 or 1739565. OLE color: 1739565.

HSL color Cylindrical-coordinate representation of color #2D8B1A: hue angle of 109.91º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D8B1A is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB4513926-
CMYK0.6800.810.45
HSL109.91º68.48%32.35%-
HSV(B)109.91º81.29%54.51%-
XYZ10.519.14.11-
YUV98.0187.3690.19-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.43%
GREEN value IS 139 (54.69% from 255) = 66.19%
BLUE value IS 26 (10.55% from 255) = 12.38%
R=21.43%
G=66.19%
B=12.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45139260.6800.810.45109.9168.4832.35
Hex2D8B1A440512D6e4420
Octal552133210401215515610440
Binary101101100010111101010001000101000110110111011101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D8B1A; }

 p { color: rgb(45,139,26); }

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

<style>
 a { background-color: #2D8B1A; }

 a { background-color: rgb(45,139,26); }

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

<style>
 span { border-color: #2D8B1A; }

 span { border-color: rgb(45,139,26); }

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