Html Css Color HEX #2FAD1A Kelly Green

📋 copy color: '#2FAD1A'

red 47 ◦ green 173 ◦ blue 26

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

Shades of Kelly Green #2FAD1A

Tints of Kelly Green #2FAD1A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 70.33%

 BLUE value IS 26 (10.55% from 255) = 10.57%

R = 19.11%
G = 70.33%
B = 10.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#2FAD1A (or 0x2FAD1A) is known color: Kelly Green. HEX triplet: 2F, AD and 1A. RGB value is (47,173,26). Sum of RGB (Red+Green+Blue) = 47+173+26=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 173 (67.97% from 255 or 70.33% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAD1A is #D052E5. Grayscale: #777777. Windows color (decimal): -13652710 or 1748271. OLE color: 1748271.

HSL color Cylindrical-coordinate representation of color #2FAD1A: hue angle of 111.43º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FAD1A is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 173 26 -
CMYK 0.73 0 0.85 0.32
HSL 111.43º 0.74% 0.39% -
HSV(B) 111.43º 0.85% 0.68% -
XYZ 16.3 30.57 6.02 -
YUV 118.57 75.76 76.95 -
System Red Green Blue C M Y K H S L
Decimal 47 173 26 0.73 0 0.85 0.32 111.43 0.74 0.39
Hex 2F AD 1A 49 0 55 20 6F 4A 27
Octal 57 255 32 111 0 125 40 157 112 47
Binary 101111 10101101 11010 1001001 0 1010101 100000 1101111 1001010 100111

Color Harmonies of #2FAD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAD1A

Black with #2FAD1A

Text Example


Text Example

White with #2FAD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,173,26); }

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

background-color css

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

 a { background-color: rgb(47,173,26); }

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

border-color css

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

 span { border-color: rgb(47,173,26); }

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