#2D8F05

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

Shades of Forest Green #2D8F05

Tints of Forest Green #2D8F05

Color information

#2D8F05 (or 0x2D8F05) is unknown color: approx Forest Green. HEX triplet: 2D, 8F and 05. RGB value is (45,143,5). Sum of RGB (Red+Green+Blue) = 45+143+5=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 143 (56.25% from 255 or 74.09% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 143 - color contains mainly: green. Hex color #2D8F05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D8F05 is #D270FA. Grayscale: #626262. Windows color (decimal): -13791483 or 364333. OLE color: 364333.

HSL color Cylindrical-coordinate representation of color #2D8F05: hue angle of 102.61º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D8F05 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB451435-
CMYK0.6900.970.44
HSL102.61º93.24%29.02%-
HSV(B)102.61º96.5%56.08%-
XYZ10.9320.213.47-
YUV97.9775.5390.22-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.32%
GREEN value IS 143 (56.25% from 255) = 74.09%
BLUE value IS 5 (2.34% from 255) = 2.59%
R=23.32%
G=74.09%
B=2.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4514350.6900.970.44102.6193.2429.02
Hex2D8F5450612C675d1d
Octal55217510501415414713535
Binary101101100011111011000101011000011011001100111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,143,5); }

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

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

 a { background-color: rgb(45,143,5); }

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

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

 span { border-color: rgb(45,143,5); }

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