Html Css Color HEX #2F980D Forest Green

📋 copy color: '#2F980D'

red 47 ◦ green 152 ◦ blue 13

#2F980D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #2F980D

Tints of Forest Green #2F980D

RGB

 RED value IS 47 (18.75% from 255) = 22.17%

 GREEN value IS 152 (59.77% from 255) = 71.7%

 BLUE value IS 13 (5.47% from 255) = 6.13%

R = 22.17%
G = 71.7%
B = 6.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#2F980D (or 0x2F980D) is known color: Forest Green. HEX triplet: 2F, 98 and 0D. RGB value is (47,152,13). Sum of RGB (Red+Green+Blue) = 47+152+13=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 152 (59.77% from 255 or 71.70% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 152 - color contains mainly: green. Hex color #2F980D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F980D is #D067F2. Grayscale: #696969. Windows color (decimal): -13658099 or 890927. OLE color: 890927.

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

Color convert

RGB 47 152 13 -
CMYK 0.69 0 0.91 0.40
HSL 105.32º 0.84% 0.32% -
HSV(B) 105.32º 0.91% 0.6% -
XYZ 12.47 23.09 4.18 -
YUV 104.76 76.21 86.8 -
System Red Green Blue C M Y K H S L
Decimal 47 152 13 0.69 0 0.91 0.40 105.32 0.84 0.32
Hex 2F 98 D 45 0 5B 28 69 54 20
Octal 57 230 15 105 0 133 50 151 124 40
Binary 101111 10011000 1101 1000101 0 1011011 101000 1101001 1010100 100000

Color Harmonies of #2F980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F980D

Black with #2F980D

Text Example


Text Example

White with #2F980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F980D;
 }
 .AnyTagClassName
 {
   color: #2F980D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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