#029F30

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

Shades of Dark Pastel Green #029F30

Tints of Dark Pastel Green #029F30

Color information

#029F30 (or 0x029F30) is unknown color: approx Dark Pastel Green. HEX triplet: 02, 9F and 30. RGB value is (2,159,48). Sum of RGB (Red+Green+Blue) = 2+159+48=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 159 (62.5% from 255 or 76.08% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 159 - color contains mainly: green. Hex color #029F30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029F30 is #FD60CF. Grayscale: #636363. Windows color (decimal): -16605392 or 3186434. OLE color: 3186434.

HSL color Cylindrical-coordinate representation of color #029F30: hue angle of 137.58º 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 #029F30 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB215948-
CMYK0.9900.700.38
HSL137.58º97.52%31.57%-
HSV(B)137.58º98.74%62.35%-
XYZ12.9625.026.94-
YUV99.498.9958.53-

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.08%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=0.96%
G=76.08%
B=22.97%

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
Decimal2159480.9900.700.38137.5897.5231.57
Hex29F3063046268a6220
Octal22376014301064621214240
Binary1010011111110000110001101000110100110100010101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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