Html Css Color HEX #2FA302 Kelly Green

📋 copy color: '#2FA302'

red 47 ◦ green 163 ◦ blue 2

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

Shades of Kelly Green #2FA302

Tints of Kelly Green #2FA302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 76.89%

 BLUE value IS 2 (1.17% from 255) = 0.94%

R = 22.17%
G = 76.89%
B = 0.94%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#2FA302 (or 0x2FA302) is known color: Kelly Green. HEX triplet: 2F, A3 and 02. RGB value is (47,163,2). Sum of RGB (Red+Green+Blue) = 47+163+2=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 163 (64.06% from 255 or 76.89% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA302 is #D05CFD. Grayscale: #6E6E6E. Windows color (decimal): -13655294 or 172847. OLE color: 172847.

HSL color Cylindrical-coordinate representation of color #2FA302: hue angle of 103.23º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FA302 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 47 163 2 -
CMYK 0.71 0 0.99 0.36
HSL 103.23º 0.98% 0.32% -
HSV(B) 103.23º 0.99% 0.64% -
XYZ 14.28 26.8 4.48 -
YUV 109.96 67.07 83.09 -
System Red Green Blue C M Y K H S L
Decimal 47 163 2 0.71 0 0.99 0.36 103.23 0.98 0.32
Hex 2F A3 2 47 0 63 24 67 62 20
Octal 57 243 2 107 0 143 44 147 142 40
Binary 101111 10100011 10 1000111 0 1100011 100100 1100111 1100010 100000

Color Harmonies of #2FA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA302

Black with #2FA302

Text Example


Text Example

White with #2FA302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,163,2); }

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

background-color css

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

 a { background-color: rgb(47,163,2); }

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

border-color css

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

 span { border-color: rgb(47,163,2); }

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