#029D2B

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

Shades of Dark Pastel Green #029D2B

Tints of Dark Pastel Green #029D2B

Color information

#029D2B (or 0x029D2B) is unknown color: approx Dark Pastel Green. HEX triplet: 02, 9D and 2B. RGB value is (2,157,43). Sum of RGB (Red+Green+Blue) = 2+157+43=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 157 (61.72% from 255 or 77.72% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 157 - color contains mainly: green. Hex color #029D2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029D2B is #FD62D4. Grayscale: #616161. Windows color (decimal): -16605909 or 2858242. OLE color: 2858242.

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

Color convert

RGB215743-
CMYK0.9900.730.38
HSL135.87º97.48%31.18%-
HSV(B)135.87º98.73%61.57%-
XYZ12.5224.36.32-
YUV97.6697.1559.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 157 (61.72% from 255) = 77.72%
BLUE value IS 43 (17.19% from 255) = 21.29%
R=0.99%
G=77.72%
B=21.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2157430.9900.730.38135.8797.4831.18
Hex29D2B630492688611f
Octal22355314301114621014137
Binary101001110110101111000110100100110011010001000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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