Html Css Color HEX #02A526 Dark Pastel Green

📋 copy color: '#02A526'

red 2 ◦ green 165 ◦ blue 38

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

Shades of Dark Pastel Green #02A526

Tints of Dark Pastel Green #02A526

RGB

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

 GREEN value IS 165 (64.84% from 255) = 80.49%

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

R = 0.98%
G = 80.49%
B = 18.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#02A526 (or 0x02A526) is known color: Dark Pastel Green. HEX triplet: 02, A5 and 26. RGB value is (2,165,38). Sum of RGB (Red+Green+Blue) = 2+165+38=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 165 (64.84% from 255 or 80.49% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 165 - color contains mainly: green. Hex color #02A526 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A526 is #FD5AD9. Grayscale: #666666. Windows color (decimal): -16603866 or 2532610. OLE color: 2532610.

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

Color convert

RGB 2 165 38 -
CMYK 0.99 0 0.77 0.35
HSL 133.25º 0.98% 0.33% -
HSV(B) 133.25º 0.99% 0.65% -
XYZ 13.83 27.06 6.33 -
YUV 101.79 92 56.83 -
System Red Green Blue C M Y K H S L
Decimal 2 165 38 0.99 0 0.77 0.35 133.25 0.98 0.33
Hex 2 A5 26 63 0 4D 23 85 62 21
Octal 2 245 46 143 0 115 43 205 142 41
Binary 10 10100101 100110 1100011 0 1001101 100011 10000101 1100010 100001

Color Harmonies of #02A526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A526

Black with #02A526

Text Example


Text Example

White with #02A526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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