#02B129

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

Shades of Dark Pastel Green #02B129

Tints of Dark Pastel Green #02B129

Color information

#02B129 (or 0x02B129) is unknown color: approx Dark Pastel Green. HEX triplet: 02, B1 and 29. RGB value is (2,177,41). Sum of RGB (Red+Green+Blue) = 2+177+41=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 177 (69.53% from 255 or 80.45% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 177 - color contains mainly: green. Hex color #02B129 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02B129 is #FD4ED6. Grayscale: #6D6D6D. Windows color (decimal): -16600791 or 2732290. OLE color: 2732290.

HSL color Cylindrical-coordinate representation of color #02B129: hue angle of 133.37º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B129 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB217741-
CMYK0.9900.770.31
HSL133.37º97.77%35.1%-
HSV(B)133.37º98.87%69.41%-
XYZ16.1531.627.35-
YUV109.1789.5251.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 177 (69.53% from 255) = 80.45%
BLUE value IS 41 (16.41% from 255) = 18.64%
R=0.91%
G=80.45%
B=18.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2177410.9900.770.31133.3797.7735.1
Hex2B1296304D1F856223
Octal22615114301153720514243
Binary101011000110100111000110100110111111100001011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02B129; }

 p { color: rgb(2,177,41); }

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

<style>
 a { background-color: #02B129; }

 a { background-color: rgb(2,177,41); }

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

<style>
 span { border-color: #02B129; }

 span { border-color: rgb(2,177,41); }

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