Html Css Color HEX #2FAA0B Kelly Green

📋 copy color: '#2FAA0B'

red 47 ◦ green 170 ◦ blue 11

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

Shades of Kelly Green #2FAA0B

Tints of Kelly Green #2FAA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.82%

R = 20.61%
G = 74.56%
B = 4.82%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#2FAA0B (or 0x2FAA0B) is known color: Kelly Green. HEX triplet: 2F, AA and 0B. RGB value is (47,170,11). Sum of RGB (Red+Green+Blue) = 47+170+11=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 170 (66.80% from 255 or 74.56% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAA0B is #D055F4. Grayscale: #737373. Windows color (decimal): -13653493 or 764463. OLE color: 764463.

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

Color convert

RGB 47 170 11 -
CMYK 0.72 0 0.94 0.33
HSL 106.42º 0.88% 0.35% -
HSV(B) 106.42º 0.94% 0.67% -
XYZ 15.61 29.38 5.16 -
YUV 115.1 69.25 79.43 -
System Red Green Blue C M Y K H S L
Decimal 47 170 11 0.72 0 0.94 0.33 106.42 0.88 0.35
Hex 2F AA B 48 0 5E 21 6A 58 23
Octal 57 252 13 110 0 136 41 152 130 43
Binary 101111 10101010 1011 1001000 0 1011110 100001 1101010 1011000 100011

Color Harmonies of #2FAA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAA0B

Black with #2FAA0B

Text Example


Text Example

White with #2FAA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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