#2F980A

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

Shades of Forest Green #2F980A

Tints of Forest Green #2F980A

Color information

#2F980A (or 0x2F980A) is unknown color: approx Forest Green. HEX triplet: 2F, 98 and 0A. RGB value is (47,152,10). Sum of RGB (Red+Green+Blue) = 47+152+10=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 152 (59.77% from 255 or 72.73% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 152 - color contains mainly: green. Hex color #2F980A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F980A is #D067F5. Grayscale: #686868. Windows color (decimal): -13658102 or 694319. OLE color: 694319.

HSL color Cylindrical-coordinate representation of color #2F980A: hue angle of 104.37º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F980A is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB4715210-
CMYK0.6900.930.40
HSL104.37º87.65%31.76%-
HSV(B)104.37º93.42%59.61%-
XYZ12.4623.084.09-
YUV104.4274.7187.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.49%
GREEN value IS 152 (59.77% from 255) = 72.73%
BLUE value IS 10 (4.30% from 255) = 4.78%
R=22.49%
G=72.73%
B=4.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal47152100.6900.930.40104.3787.6531.76
Hex2F98A4505D28685820
Octal572301210501355015013040
Binary10111110011000101010001010101110110100011010001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,152,10); }

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

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

 a { background-color: rgb(47,152,10); }

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

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

 span { border-color: rgb(47,152,10); }

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