#029D28

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

Shades of Dark Pastel Green #029D28

Tints of Dark Pastel Green #029D28

Color information

#029D28 (or 0x029D28) is unknown color: approx Dark Pastel Green. HEX triplet: 02, 9D and 28. RGB value is (2,157,40). Sum of RGB (Red+Green+Blue) = 2+157+40=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 157 (61.72% from 255 or 78.89% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 157 - color contains mainly: green. Hex color #029D28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029D28 is #FD62D7. Grayscale: #616161. Windows color (decimal): -16605912 or 2661634. OLE color: 2661634.

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

Color convert

RGB215740-
CMYK0.9900.750.38
HSL134.71º97.48%31.18%-
HSV(B)134.71º98.73%61.57%-
XYZ12.4724.286.04-
YUV97.3295.6560.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 157 (61.72% from 255) = 78.89%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=1.01%
G=78.89%
B=20.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2157400.9900.750.38134.7197.4831.18
Hex29D286304B2687611f
Octal22355014301134620714137
Binary101001110110100011000110100101110011010000111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,157,40); }

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

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

 a { background-color: rgb(2,157,40); }

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

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

 span { border-color: rgb(2,157,40); }

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