Html Css Color HEX #02C528 Dark Pastel Green

📋 copy color: '#02C528'

red 2 ◦ green 197 ◦ blue 40

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

Shades of Dark Pastel Green #02C528

Tints of Dark Pastel Green #02C528

RGB

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

 GREEN value IS 197 (77.34% from 255) = 82.43%

 BLUE value IS 40 (16.02% from 255) = 16.74%

R = 0.84%
G = 82.43%
B = 16.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#02C528 (or 0x02C528) is known color: Dark Pastel Green. HEX triplet: 02, C5 and 28. RGB value is (2,197,40). Sum of RGB (Red+Green+Blue) = 2+197+40=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 197 (77.34% from 255 or 82.43% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 197 - color contains mainly: green. Hex color #02C528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C528 is #FD3AD7. Grayscale: #797979. Windows color (decimal): -16595672 or 2671874. OLE color: 2671874.

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

Color convert

RGB 2 197 40 -
CMYK 0.99 0 0.80 0.23
HSL 131.69º 0.98% 0.39% -
HSV(B) 131.69º 0.99% 0.77% -
XYZ 20.37 40.1 8.67 -
YUV 120.8 82.4 43.27 -
System Red Green Blue C M Y K H S L
Decimal 2 197 40 0.99 0 0.80 0.23 131.69 0.98 0.39
Hex 2 C5 28 63 0 50 17 84 62 27
Octal 2 305 50 143 0 120 27 204 142 47
Binary 10 11000101 101000 1100011 0 1010000 10111 10000100 1100010 100111

Color Harmonies of #02C528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C528

Black with #02C528

Text Example


Text Example

White with #02C528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,197,40); }

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

background-color css

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

 a { background-color: rgb(2,197,40); }

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

border-color css

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

 span { border-color: rgb(2,197,40); }

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