Html Css Color HEX #02A426 Dark Pastel Green

📋 copy color: '#02A426'

red 2 ◦ green 164 ◦ blue 38

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

Shades of Dark Pastel Green #02A426

Tints of Dark Pastel Green #02A426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.63%

R = 0.98%
G = 80.39%
B = 18.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#02A426 (or 0x02A426) is known color: Dark Pastel Green. HEX triplet: 02, A4 and 26. RGB value is (2,164,38). Sum of RGB (Red+Green+Blue) = 2+164+38=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 164 (64.45% from 255 or 80.39% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 164 - color contains mainly: green. Hex color #02A426 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A426 is #FD5BD9. Grayscale: #656565. Windows color (decimal): -16604122 or 2532354. OLE color: 2532354.

HSL color Cylindrical-coordinate representation of color #02A426: hue angle of 133.33º 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 #02A426 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 2 164 38 -
CMYK 0.99 0 0.77 0.36
HSL 133.33º 0.98% 0.33% -
HSV(B) 133.33º 0.99% 0.64% -
XYZ 13.65 26.7 6.27 -
YUV 101.2 92.33 57.25 -
System Red Green Blue C M Y K H S L
Decimal 2 164 38 0.99 0 0.77 0.36 133.33 0.98 0.33
Hex 2 A4 26 63 0 4D 24 85 62 21
Octal 2 244 46 143 0 115 44 205 142 41
Binary 10 10100100 100110 1100011 0 1001101 100100 10000101 1100010 100001

Color Harmonies of #02A426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A426

Black with #02A426

Text Example


Text Example

White with #02A426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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