Html Css Color HEX #2FAD12 Kelly Green

📋 copy color: '#2FAD12'

red 47 ◦ green 173 ◦ blue 18

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

Shades of Kelly Green #2FAD12

Tints of Kelly Green #2FAD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.56%

R = 19.75%
G = 72.69%
B = 7.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#2FAD12 (or 0x2FAD12) is known color: Kelly Green. HEX triplet: 2F, AD and 12. RGB value is (47,173,18). Sum of RGB (Red+Green+Blue) = 47+173+18=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 173 (67.97% from 255 or 72.69% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAD12 is #D052ED. Grayscale: #767676. Windows color (decimal): -13652718 or 1223983. OLE color: 1223983.

HSL color Cylindrical-coordinate representation of color #2FAD12: hue angle of 108.77º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FAD12 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 173 18 -
CMYK 0.73 0 0.90 0.32
HSL 108.77º 0.81% 0.37% -
HSV(B) 108.77º 0.9% 0.68% -
XYZ 16.23 30.54 5.61 -
YUV 117.66 71.76 77.6 -
System Red Green Blue C M Y K H S L
Decimal 47 173 18 0.73 0 0.90 0.32 108.77 0.81 0.37
Hex 2F AD 12 49 0 5A 20 6D 51 25
Octal 57 255 22 111 0 132 40 155 121 45
Binary 101111 10101101 10010 1001001 0 1011010 100000 1101101 1010001 100101

Color Harmonies of #2FAD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAD12

Black with #2FAD12

Text Example


Text Example

White with #2FAD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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