Html Css Color HEX #2FAF1D Kelly Green

📋 copy color: '#2FAF1D'

red 47 ◦ green 175 ◦ blue 29

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

Shades of Kelly Green #2FAF1D

Tints of Kelly Green #2FAF1D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 69.72%

 BLUE value IS 29 (11.72% from 255) = 11.55%

R = 18.73%
G = 69.72%
B = 11.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#2FAF1D (or 0x2FAF1D) is known color: Kelly Green. HEX triplet: 2F, AF and 1D. RGB value is (47,175,29). Sum of RGB (Red+Green+Blue) = 47+175+29=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 175 (68.75% from 255 or 69.72% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAF1D is #D050E2. Grayscale: #787878. Windows color (decimal): -13652195 or 1945391. OLE color: 1945391.

HSL color Cylindrical-coordinate representation of color #2FAF1D: hue angle of 112.6º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FAF1D is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 175 29 -
CMYK 0.73 0 0.83 0.31
HSL 112.6º 0.72% 0.4% -
HSV(B) 112.6º 0.83% 0.69% -
XYZ 16.72 31.35 6.33 -
YUV 120.08 76.59 75.87 -
System Red Green Blue C M Y K H S L
Decimal 47 175 29 0.73 0 0.83 0.31 112.6 0.72 0.4
Hex 2F AF 1D 49 0 53 1F 71 48 28
Octal 57 257 35 111 0 123 37 161 110 50
Binary 101111 10101111 11101 1001001 0 1010011 11111 1110001 1001000 101000

Color Harmonies of #2FAF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAF1D

Black with #2FAF1D

Text Example


Text Example

White with #2FAF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,175,29); }

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

background-color css

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

 a { background-color: rgb(47,175,29); }

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

border-color css

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

 span { border-color: rgb(47,175,29); }

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