#029F2F

Color #029F2F Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #029F2F

Tints of Dark Pastel Green #029F2F

Color information

#029F2F (or 0x029F2F) is unknown color: approx Dark Pastel Green. HEX triplet: 02, 9F and 2F. RGB value is (2,159,47). Sum of RGB (Red+Green+Blue) = 2+159+47=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 159 (62.5% from 255 or 76.44% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 159 - color contains mainly: green. Hex color #029F2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029F2F is #FD60D0. Grayscale: #636363. Windows color (decimal): -16605393 or 3120898. OLE color: 3120898.

HSL color Cylindrical-coordinate representation of color #029F2F: hue angle of 137.2º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029F2F is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB215947-
CMYK0.9900.700.38
HSL137.2º97.52%31.57%-
HSV(B)137.2º98.74%62.35%-
XYZ12.9425.016.84-
YUV99.2998.4958.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 159 (62.5% from 255) = 76.44%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=0.96%
G=76.44%
B=22.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2159470.9900.700.38137.297.5231.57
Hex29F2F6304626896220
Octal22375714301064621114240
Binary1010011111101111110001101000110100110100010011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029F2F; }

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

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

<style>
 a { background-color: #029F2F; }

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

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

<style>
 span { border-color: #029F2F; }

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

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