Html Css Color HEX #2FAA13 Kelly Green

📋 copy color: '#2FAA13'

red 47 ◦ green 170 ◦ blue 19

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

Shades of Kelly Green #2FAA13

Tints of Kelly Green #2FAA13

RGB

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

 GREEN value IS 170 (66.8% from 255) = 72.03%

 BLUE value IS 19 (7.81% from 255) = 8.05%

R = 19.92%
G = 72.03%
B = 8.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#2FAA13 (or 0x2FAA13) is known color: Kelly Green. HEX triplet: 2F, AA and 13. RGB value is (47,170,19). Sum of RGB (Red+Green+Blue) = 47+170+19=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 170 (66.80% from 255 or 72.03% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAA13 is #D055EC. Grayscale: #747474. Windows color (decimal): -13653485 or 1288751. OLE color: 1288751.

HSL color Cylindrical-coordinate representation of color #2FAA13: hue angle of 108.87º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FAA13 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 170 19 -
CMYK 0.72 0 0.89 0.33
HSL 108.87º 0.8% 0.37% -
HSV(B) 108.87º 0.89% 0.67% -
XYZ 15.66 29.4 5.47 -
YUV 116.01 73.25 78.78 -
System Red Green Blue C M Y K H S L
Decimal 47 170 19 0.72 0 0.89 0.33 108.87 0.8 0.37
Hex 2F AA 13 48 0 59 21 6D 50 25
Octal 57 252 23 110 0 131 41 155 120 45
Binary 101111 10101010 10011 1001000 0 1011001 100001 1101101 1010000 100101

Color Harmonies of #2FAA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAA13

Black with #2FAA13

Text Example


Text Example

White with #2FAA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,170,19); }

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

background-color css

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

 a { background-color: rgb(47,170,19); }

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

border-color css

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

 span { border-color: rgb(47,170,19); }

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