Html Css Color HEX #02A226 Dark Pastel Green

📋 copy color: '#02A226'

red 2 ◦ green 162 ◦ blue 38

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

Shades of Dark Pastel Green #02A226

Tints of Dark Pastel Green #02A226

RGB

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

 GREEN value IS 162 (63.67% from 255) = 80.2%

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

R = 0.99%
G = 80.2%
B = 18.81%

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

#02A226 (or 0x02A226) is known color: Dark Pastel Green. HEX triplet: 02, A2 and 26. RGB value is (2,162,38). Sum of RGB (Red+Green+Blue) = 2+162+38=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 162 (63.67% from 255 or 80.20% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 162 - color contains mainly: green. Hex color #02A226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A226 is #FD5DD9. Grayscale: #646464. Windows color (decimal): -16604634 or 2531842. OLE color: 2531842.

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

Color convert

RGB 2 162 38 -
CMYK 0.99 0 0.77 0.36
HSL 133.5º 0.98% 0.32% -
HSV(B) 133.5º 0.99% 0.64% -
XYZ 13.3 25.99 6.15 -
YUV 100.02 92.99 58.08 -
System Red Green Blue C M Y K H S L
Decimal 2 162 38 0.99 0 0.77 0.36 133.5 0.98 0.32
Hex 2 A2 26 63 0 4D 24 86 62 20
Octal 2 242 46 143 0 115 44 206 142 40
Binary 10 10100010 100110 1100011 0 1001101 100100 10000110 1100010 100000

Color Harmonies of #02A226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A226

Black with #02A226

Text Example


Text Example

White with #02A226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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