Html Css Color HEX #2FAC0C Kelly Green

📋 copy color: '#2FAC0C'

red 47 ◦ green 172 ◦ blue 12

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

Shades of Kelly Green #2FAC0C

Tints of Kelly Green #2FAC0C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 74.46%

 BLUE value IS 12 (5.08% from 255) = 5.19%

R = 20.35%
G = 74.46%
B = 5.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#2FAC0C (or 0x2FAC0C) is known color: Kelly Green. HEX triplet: 2F, AC and 0C. RGB value is (47,172,12). Sum of RGB (Red+Green+Blue) = 47+172+12=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 172 (67.58% from 255 or 74.46% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAC0C is #D053F3. Grayscale: #747474. Windows color (decimal): -13652980 or 830511. OLE color: 830511.

HSL color Cylindrical-coordinate representation of color #2FAC0C: hue angle of 106.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FAC0C is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 172 12 -
CMYK 0.73 0 0.93 0.33
HSL 106.88º 0.87% 0.36% -
HSV(B) 106.88º 0.93% 0.67% -
XYZ 15.99 30.14 5.32 -
YUV 116.39 69.09 78.51 -
System Red Green Blue C M Y K H S L
Decimal 47 172 12 0.73 0 0.93 0.33 106.88 0.87 0.36
Hex 2F AC C 49 0 5D 21 6B 57 24
Octal 57 254 14 111 0 135 41 153 127 44
Binary 101111 10101100 1100 1001001 0 1011101 100001 1101011 1010111 100100

Color Harmonies of #2FAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC0C

Black with #2FAC0C

Text Example


Text Example

White with #2FAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,172,12); }

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

background-color css

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

 a { background-color: rgb(47,172,12); }

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

border-color css

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

 span { border-color: rgb(47,172,12); }

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