#2F9F00

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

Shades of Kelly Green #2F9F00

Tints of Kelly Green #2F9F00

Color information

#2F9F00 (or 0x2F9F00) is unknown color: approx Kelly Green. HEX triplet: 2F, 9F and 00. RGB value is (47,159,0). Sum of RGB (Red+Green+Blue) = 47+159+0=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 159 (62.5% from 255 or 77.18% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 159 - color contains mainly: green. Hex color #2F9F00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9F00 is #D060FF. Grayscale: #6B6B6B. Windows color (decimal): -13656320 or 40751. OLE color: 40751.

HSL color Cylindrical-coordinate representation of color #2F9F00: hue angle of 102.26º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F9F00 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB471590-
CMYK0.70010.38
HSL102.26º100%31.18%-
HSV(B)102.26º100%62.35%-
XYZ13.5725.44.19-
YUV107.3967.3984.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.82%
GREEN value IS 159 (62.5% from 255) = 77.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=22.82%
G=77.18%
B=0%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4715900.70010.38102.2610031.18
Hex2F9F0460642666641f
Octal57237010601444614614437
Binary1011111001111101000110011001001001101100110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,159,0); }

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

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

 a { background-color: rgb(47,159,0); }

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

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

 span { border-color: rgb(47,159,0); }

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