Html Css Color HEX #02D01C Dark Pastel Green

📋 copy color: '#02D01C'

red 2 ◦ green 208 ◦ blue 28

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

Shades of Dark Pastel Green #02D01C

Tints of Dark Pastel Green #02D01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 0.84%
G = 87.39%
B = 11.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#02D01C (or 0x02D01C) is known color: Dark Pastel Green. HEX triplet: 02, D0 and 1C. RGB value is (2,208,28). Sum of RGB (Red+Green+Blue) = 2+208+28=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 208 (81.64% from 255 or 87.39% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 208 - color contains mainly: green. Hex color #02D01C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D01C is #FD2FE3. Grayscale: #7E7E7E. Windows color (decimal): -16592868 or 1888258. OLE color: 1888258.

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

Color convert

RGB 2 208 28 -
CMYK 0.99 0 0.87 0.18
HSL 127.57º 0.98% 0.41% -
HSV(B) 127.57º 0.99% 0.82% -
XYZ 22.79 45.21 8.62 -
YUV 125.89 72.75 39.64 -
System Red Green Blue C M Y K H S L
Decimal 2 208 28 0.99 0 0.87 0.18 127.57 0.98 0.41
Hex 2 D0 1C 63 0 57 12 80 62 29
Octal 2 320 34 143 0 127 22 200 142 51
Binary 10 11010000 11100 1100011 0 1010111 10010 10000000 1100010 101001

Color Harmonies of #02D01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D01C

Black with #02D01C

Text Example


Text Example

White with #02D01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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