Html Css Color HEX #2FA106 Kelly Green

📋 copy color: '#2FA106'

red 47 ◦ green 161 ◦ blue 6

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

Shades of Kelly Green #2FA106

Tints of Kelly Green #2FA106

RGB

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

 GREEN value IS 161 (63.28% from 255) = 75.23%

 BLUE value IS 6 (2.73% from 255) = 2.8%

R = 21.96%
G = 75.23%
B = 2.8%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#2FA106 (or 0x2FA106) is known color: Kelly Green. HEX triplet: 2F, A1 and 06. RGB value is (47,161,6). Sum of RGB (Red+Green+Blue) = 47+161+6=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 161 (63.28% from 255 or 75.23% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA106 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA106 is #D05EF9. Grayscale: #6D6D6D. Windows color (decimal): -13655802 or 434479. OLE color: 434479.

HSL color Cylindrical-coordinate representation of color #2FA106: hue angle of 104.13º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FA106 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 47 161 6 -
CMYK 0.71 0 0.96 0.37
HSL 104.13º 0.93% 0.33% -
HSV(B) 104.13º 0.96% 0.63% -
XYZ 13.95 26.11 4.48 -
YUV 109.24 69.73 83.6 -
System Red Green Blue C M Y K H S L
Decimal 47 161 6 0.71 0 0.96 0.37 104.13 0.93 0.33
Hex 2F A1 6 47 0 60 25 68 5D 21
Octal 57 241 6 107 0 140 45 150 135 41
Binary 101111 10100001 110 1000111 0 1100000 100101 1101000 1011101 100001

Color Harmonies of #2FA106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA106

Black with #2FA106

Text Example


Text Example

White with #2FA106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,161,6); }

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

background-color css

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

 a { background-color: rgb(47,161,6); }

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

border-color css

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

 span { border-color: rgb(47,161,6); }

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