Html Css Color HEX #01DC2D Dark Pastel Green

📋 copy color: '#01DC2D'

red 1 ◦ green 220 ◦ blue 45

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

Shades of Dark Pastel Green #01DC2D

Tints of Dark Pastel Green #01DC2D

RGB

 RED value IS 1 (0.78% from 255) = 0.38%

 GREEN value IS 220 (86.33% from 255) = 82.71%

 BLUE value IS 45 (17.97% from 255) = 16.92%

R = 0.38%
G = 82.71%
B = 16.92%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#01DC2D (or 0x01DC2D) is known color: Dark Pastel Green. HEX triplet: 01, DC and 2D. RGB value is (1,220,45). Sum of RGB (Red+Green+Blue) = 1+220+45=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 220 (86.33% from 255 or 82.71% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DC2D is #FE23D2. Grayscale: #878787. Windows color (decimal): -16655315 or 3005441. OLE color: 3005441.

HSL color Cylindrical-coordinate representation of color #01DC2D: hue angle of 132.05º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DC2D is Cyan = 1.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 220 45 -
CMYK 1.00 0 0.80 0.14
HSL 132.05º 0.99% 0.43% -
HSV(B) 132.05º 1% 0.86% -
XYZ 26.08 51.38 11.03 -
YUV 134.57 77.45 32.73 -
System Red Green Blue C M Y K H S L
Decimal 1 220 45 1.00 0 0.80 0.14 132.05 0.99 0.43
Hex 1 DC 2D 64 0 50 E 84 63 2B
Octal 1 334 55 144 0 120 16 204 143 53
Binary 1 11011100 101101 1100100 0 1010000 1110 10000100 1100011 101011

Color Harmonies of #01DC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DC2D

Black with #01DC2D

Text Example


Text Example

White with #01DC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01DC2D; }

 p { color: rgb(1,220,45); }

 H1.HeaderClassName
 {
   color: #01DC2D;
 }
 .AnyTagClassName
 {
   color: #01DC2D;
 }
</style>

background-color css

<style>
 a { background-color: #01DC2D; }

 a { background-color: rgb(1,220,45); }

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

border-color css

<style>
 span { border-color: #01DC2D; }

 span { border-color: rgb(1,220,45); }

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