Html Css Color HEX #2FBA09 Kelly Green

📋 copy color: '#2FBA09'

red 47 ◦ green 186 ◦ blue 9

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

Shades of Kelly Green #2FBA09

Tints of Kelly Green #2FBA09

RGB

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

 GREEN value IS 186 (73.05% from 255) = 76.86%

 BLUE value IS 9 (3.91% from 255) = 3.72%

R = 19.42%
G = 76.86%
B = 3.72%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#2FBA09 (or 0x2FBA09) is known color: Kelly Green. HEX triplet: 2F, BA and 09. RGB value is (47,186,9). Sum of RGB (Red+Green+Blue) = 47+186+9=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 186 (73.05% from 255 or 76.86% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBA09 is #D045F6. Grayscale: #7C7C7C. Windows color (decimal): -13649399 or 637487. OLE color: 637487.

HSL color Cylindrical-coordinate representation of color #2FBA09: hue angle of 107.12º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FBA09 is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 186 9 -
CMYK 0.75 0 0.95 0.27
HSL 107.12º 0.91% 0.38% -
HSV(B) 107.12º 0.95% 0.73% -
XYZ 18.78 35.74 6.17 -
YUV 124.26 62.95 72.89 -
System Red Green Blue C M Y K H S L
Decimal 47 186 9 0.75 0 0.95 0.27 107.12 0.91 0.38
Hex 2F BA 9 4B 0 5F 1B 6B 5B 26
Octal 57 272 11 113 0 137 33 153 133 46
Binary 101111 10111010 1001 1001011 0 1011111 11011 1101011 1011011 100110

Color Harmonies of #2FBA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBA09

Black with #2FBA09

Text Example


Text Example

White with #2FBA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,186,9); }

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

background-color css

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

 a { background-color: rgb(47,186,9); }

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

border-color css

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

 span { border-color: rgb(47,186,9); }

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