Html Css Color HEX #02A42D Dark Pastel Green

📋 copy color: '#02A42D'

red 2 ◦ green 164 ◦ blue 45

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

Shades of Dark Pastel Green #02A42D

Tints of Dark Pastel Green #02A42D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 77.73%

 BLUE value IS 45 (17.97% from 255) = 21.33%

R = 0.95%
G = 77.73%
B = 21.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#02A42D (or 0x02A42D) is known color: Dark Pastel Green. HEX triplet: 02, A4 and 2D. RGB value is (2,164,45). Sum of RGB (Red+Green+Blue) = 2+164+45=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 164 (64.45% from 255 or 77.73% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 164 - color contains mainly: green. Hex color #02A42D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A42D is #FD5BD2. Grayscale: #666666. Windows color (decimal): -16604115 or 2991106. OLE color: 2991106.

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

Color convert

RGB 2 164 45 -
CMYK 0.99 0 0.73 0.36
HSL 135.93º 0.98% 0.33% -
HSV(B) 135.93º 0.99% 0.64% -
XYZ 13.77 26.75 6.92 -
YUV 102 95.83 56.68 -
System Red Green Blue C M Y K H S L
Decimal 2 164 45 0.99 0 0.73 0.36 135.93 0.98 0.33
Hex 2 A4 2D 63 0 49 24 88 62 21
Octal 2 244 55 143 0 111 44 210 142 41
Binary 10 10100100 101101 1100011 0 1001001 100100 10001000 1100010 100001

Color Harmonies of #02A42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A42D

Black with #02A42D

Text Example


Text Example

White with #02A42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,164,45); }

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

background-color css

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

 a { background-color: rgb(2,164,45); }

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

border-color css

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

 span { border-color: rgb(2,164,45); }

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