Html Css Color HEX #02C828 Dark Pastel Green

📋 copy color: '#02C828'

red 2 ◦ green 200 ◦ blue 40

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

Shades of Dark Pastel Green #02C828

Tints of Dark Pastel Green #02C828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 82.64%

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

R = 0.83%
G = 82.64%
B = 16.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#02C828 (or 0x02C828) is known color: Dark Pastel Green. HEX triplet: 02, C8 and 28. RGB value is (2,200,40). Sum of RGB (Red+Green+Blue) = 2+200+40=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 200 (78.52% from 255 or 82.64% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 200 - color contains mainly: green. Hex color #02C828 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C828 is #FD37D7. Grayscale: #7B7B7B. Windows color (decimal): -16594904 or 2672642. OLE color: 2672642.

HSL color Cylindrical-coordinate representation of color #02C828: hue angle of 131.52º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C828 is Cyan = 0.99, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 200 40 -
CMYK 0.99 0 0.8 0.22
HSL 131.52º 0.98% 0.4% -
HSV(B) 131.52º 0.99% 0.78% -
XYZ 21.06 41.47 8.9 -
YUV 122.56 81.4 42.01 -
System Red Green Blue C M Y K H S L
Decimal 2 200 40 0.99 0 0.8 0.22 131.52 0.98 0.4
Hex 2 C8 28 63 0 50 16 84 62 28
Octal 2 310 50 143 0 120 26 204 142 50
Binary 10 11001000 101000 1100011 0 1010000 10110 10000100 1100010 101000

Color Harmonies of #02C828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C828

Black with #02C828

Text Example


Text Example

White with #02C828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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