#2FBF0E

Color #2FBF0E Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #2FBF0E

Tints of Kelly Green #2FBF0E

Color information

#2FBF0E (or 0x2FBF0E) is unknown color: approx Kelly Green. HEX triplet: 2F, BF and 0E. RGB value is (47,191,14). Sum of RGB (Red+Green+Blue) = 47+191+14=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 191 (75% from 255 or 75.79% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBF0E is #D040F1. Grayscale: #808080. Windows color (decimal): -13648114 or 966447. OLE color: 966447.

HSL color Cylindrical-coordinate representation of color #2FBF0E: hue angle of 108.81º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FBF0E is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB4719114-
CMYK0.7500.930.25
HSL108.81º86.34%40.2%-
HSV(B)108.81º92.67%74.9%-
XYZ19.8837.96.68-
YUV127.7763.7970.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.65%
GREEN value IS 191 (75% from 255) = 75.79%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=18.65%
G=75.79%
B=5.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47191140.7500.930.25108.8186.3440.2
Hex2FBFE4B05D196d5628
Octal572771611301353115512650
Binary1011111011111111101001011010111011100111011011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,191,14); }

 H1.HeaderClassName
 {
   color: #2FBF0E;
 }
 .AnyTagClassName
 {
   color: #2FBF0E;
 }
</style>
background-color css

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

 a { background-color: rgb(47,191,14); }

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

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

 span { border-color: rgb(47,191,14); }

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