Html Css Color HEX #2FAD1D Kelly Green

📋 copy color: '#2FAD1D'

red 47 ◦ green 173 ◦ blue 29

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

Shades of Kelly Green #2FAD1D

Tints of Kelly Green #2FAD1D

RGB

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

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

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

R = 18.88%
G = 69.48%
B = 11.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#2FAD1D (or 0x2FAD1D) is known color: Kelly Green. HEX triplet: 2F, AD and 1D. RGB value is (47,173,29). Sum of RGB (Red+Green+Blue) = 47+173+29=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 173 (67.97% from 255 or 69.48% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAD1D is #D052E2. Grayscale: #777777. Windows color (decimal): -13652707 or 1944879. OLE color: 1944879.

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

Color convert

RGB 47 173 29 -
CMYK 0.73 0 0.83 0.32
HSL 112.5º 0.71% 0.4% -
HSV(B) 112.5º 0.83% 0.68% -
XYZ 16.34 30.58 6.2 -
YUV 118.91 77.26 76.71 -
System Red Green Blue C M Y K H S L
Decimal 47 173 29 0.73 0 0.83 0.32 112.5 0.71 0.4
Hex 2F AD 1D 49 0 53 20 70 47 28
Octal 57 255 35 111 0 123 40 160 107 50
Binary 101111 10101101 11101 1001001 0 1010011 100000 1110000 1000111 101000

Color Harmonies of #2FAD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAD1D

Black with #2FAD1D

Text Example


Text Example

White with #2FAD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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