Html Css Color HEX #02D028 Dark Pastel Green

📋 copy color: '#02D028'

red 2 ◦ green 208 ◦ blue 40

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

Shades of Dark Pastel Green #02D028

Tints of Dark Pastel Green #02D028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 83.2%

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

R = 0.8%
G = 83.2%
B = 16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#02D028 (or 0x02D028) is known color: Dark Pastel Green. HEX triplet: 02, D0 and 28. RGB value is (2,208,40). Sum of RGB (Red+Green+Blue) = 2+208+40=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 208 (81.64% from 255 or 83.2% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 208 - color contains mainly: green. Hex color #02D028 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D028 is #FD2FD7. Grayscale: #7F7F7F. Windows color (decimal): -16592856 or 2674690. OLE color: 2674690.

HSL color Cylindrical-coordinate representation of color #02D028: hue angle of 131.07º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D028 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 208 40 -
CMYK 0.99 0 0.81 0.18
HSL 131.07º 0.98% 0.41% -
HSV(B) 131.07º 0.99% 0.82% -
XYZ 22.96 45.28 9.54 -
YUV 127.25 78.75 38.66 -
System Red Green Blue C M Y K H S L
Decimal 2 208 40 0.99 0 0.81 0.18 131.07 0.98 0.41
Hex 2 D0 28 63 0 51 12 83 62 29
Octal 2 320 50 143 0 121 22 203 142 51
Binary 10 11010000 101000 1100011 0 1010001 10010 10000011 1100010 101001

Color Harmonies of #02D028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D028

Black with #02D028

Text Example


Text Example

White with #02D028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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