Html Css Color HEX #02D31D Dark Pastel Green

📋 copy color: '#02D31D'

red 2 ◦ green 211 ◦ blue 29

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

Shades of Dark Pastel Green #02D31D

Tints of Dark Pastel Green #02D31D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 87.19%

 BLUE value IS 29 (11.72% from 255) = 11.98%

R = 0.83%
G = 87.19%
B = 11.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#02D31D (or 0x02D31D) is known color: Dark Pastel Green. HEX triplet: 02, D3 and 1D. RGB value is (2,211,29). Sum of RGB (Red+Green+Blue) = 2+211+29=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 211 (82.81% from 255 or 87.19% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 211 - color contains mainly: green. Hex color #02D31D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D31D is #FD2CE2. Grayscale: #808080. Windows color (decimal): -16592099 or 1954562. OLE color: 1954562.

HSL color Cylindrical-coordinate representation of color #02D31D: hue angle of 127.75º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D31D is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 2 211 29 -
CMYK 0.99 0 0.86 0.17
HSL 127.75º 0.98% 0.42% -
HSV(B) 127.75º 0.99% 0.83% -
XYZ 23.54 46.69 8.93 -
YUV 127.76 72.26 38.3 -
System Red Green Blue C M Y K H S L
Decimal 2 211 29 0.99 0 0.86 0.17 127.75 0.98 0.42
Hex 2 D3 1D 63 0 56 11 80 62 2A
Octal 2 323 35 143 0 126 21 200 142 52
Binary 10 11010011 11101 1100011 0 1010110 10001 10000000 1100010 101010

Color Harmonies of #02D31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D31D

Black with #02D31D

Text Example


Text Example

White with #02D31D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,211,29); }

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

background-color css

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

 a { background-color: rgb(2,211,29); }

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

border-color css

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

 span { border-color: rgb(2,211,29); }

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