Html Css Color HEX #02A826 Dark Pastel Green

📋 copy color: '#02A826'

red 2 ◦ green 168 ◦ blue 38

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

Shades of Dark Pastel Green #02A826

Tints of Dark Pastel Green #02A826

RGB

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

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

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

R = 0.96%
G = 80.77%
B = 18.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#02A826 (or 0x02A826) is known color: Dark Pastel Green. HEX triplet: 02, A8 and 26. RGB value is (2,168,38). Sum of RGB (Red+Green+Blue) = 2+168+38=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 168 (66.02% from 255 or 80.77% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 168 - color contains mainly: green. Hex color #02A826 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A826 is #FD57D9. Grayscale: #676767. Windows color (decimal): -16603098 or 2533378. OLE color: 2533378.

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

Color convert

RGB 2 168 38 -
CMYK 0.99 0 0.77 0.34
HSL 133.01º 0.98% 0.33% -
HSV(B) 133.01º 0.99% 0.66% -
XYZ 14.38 28.16 6.51 -
YUV 103.55 91 55.57 -
System Red Green Blue C M Y K H S L
Decimal 2 168 38 0.99 0 0.77 0.34 133.01 0.98 0.33
Hex 2 A8 26 63 0 4D 22 85 62 21
Octal 2 250 46 143 0 115 42 205 142 41
Binary 10 10101000 100110 1100011 0 1001101 100010 10000101 1100010 100001

Color Harmonies of #02A826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A826

Black with #02A826

Text Example


Text Example

White with #02A826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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