Html Css Color HEX #2FAB1E Forest Green

📋 copy color: '#2FAB1E'

red 47 ◦ green 171 ◦ blue 30

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

Shades of Forest Green #2FAB1E

Tints of Forest Green #2FAB1E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 68.95%

 BLUE value IS 30 (12.11% from 255) = 12.1%

R = 18.95%
G = 68.95%
B = 12.1%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#2FAB1E (or 0x2FAB1E) is known color: Forest Green. HEX triplet: 2F, AB and 1E. RGB value is (47,171,30). Sum of RGB (Red+Green+Blue) = 47+171+30=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 171 (67.19% from 255 or 68.95% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAB1E is #D054E1. Grayscale: #767676. Windows color (decimal): -13653218 or 2009903. OLE color: 2009903.

HSL color Cylindrical-coordinate representation of color #2FAB1E: hue angle of 112.77º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FAB1E is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 171 30 -
CMYK 0.73 0 0.82 0.33
HSL 112.77º 0.7% 0.39% -
HSV(B) 112.77º 0.82% 0.67% -
XYZ 15.97 29.82 6.14 -
YUV 117.85 78.42 77.46 -
System Red Green Blue C M Y K H S L
Decimal 47 171 30 0.73 0 0.82 0.33 112.77 0.7 0.39
Hex 2F AB 1E 49 0 52 21 71 46 27
Octal 57 253 36 111 0 122 41 161 106 47
Binary 101111 10101011 11110 1001001 0 1010010 100001 1110001 1000110 100111

Color Harmonies of #2FAB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAB1E

Black with #2FAB1E

Text Example


Text Example

White with #2FAB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,171,30); }

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

background-color css

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

 a { background-color: rgb(47,171,30); }

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

border-color css

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

 span { border-color: rgb(47,171,30); }

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