Html Css Color HEX #02A829 Dark Pastel Green

📋 copy color: '#02A829'

red 2 ◦ green 168 ◦ blue 41

#02A829
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #02A829

Tints of Dark Pastel Green #02A829

RGB

 RED value IS 2 (1.17% from 255) = 0.95%

 GREEN value IS 168 (66.02% from 255) = 79.62%

 BLUE value IS 41 (16.41% from 255) = 19.43%

R = 0.95%
G = 79.62%
B = 19.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#02A829 (or 0x02A829) is known color: Dark Pastel Green. HEX triplet: 02, A8 and 29. RGB value is (2,168,41). Sum of RGB (Red+Green+Blue) = 2+168+41=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 168 (66.02% from 255 or 79.62% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 168 - color contains mainly: green. Hex color #02A829 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A829 is #FD57D6. Grayscale: #686868. Windows color (decimal): -16603095 or 2729986. OLE color: 2729986.

HSL color Cylindrical-coordinate representation of color #02A829: hue angle of 134.1º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A829 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 2 168 41 -
CMYK 0.99 0 0.76 0.34
HSL 134.1º 0.98% 0.33% -
HSV(B) 134.1º 0.99% 0.66% -
XYZ 14.43 28.18 6.78 -
YUV 103.89 92.5 55.33 -
System Red Green Blue C M Y K H S L
Decimal 2 168 41 0.99 0 0.76 0.34 134.1 0.98 0.33
Hex 2 A8 29 63 0 4C 22 86 62 21
Octal 2 250 51 143 0 114 42 206 142 41
Binary 10 10101000 101001 1100011 0 1001100 100010 10000110 1100010 100001

Color Harmonies of #02A829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A829

Black with #02A829

Text Example


Text Example

White with #02A829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02A829;
 }
 .AnyTagClassName
 {
   color: #02A829;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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