Html Css Color HEX #01D329 Dark Pastel Green

📋 copy color: '#01D329'

red 1 ◦ green 211 ◦ blue 41

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

Shades of Dark Pastel Green #01D329

Tints of Dark Pastel Green #01D329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.21%

R = 0.4%
G = 83.4%
B = 16.21%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#01D329 (or 0x01D329) is known color: Dark Pastel Green. HEX triplet: 01, D3 and 29. RGB value is (1,211,41). Sum of RGB (Red+Green+Blue) = 1+211+41=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 211 (82.81% from 255 or 83.40% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 211 - color contains mainly: green. Hex color #01D329 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D329 is #FE2CD6. Grayscale: #818181. Windows color (decimal): -16657623 or 2740993. OLE color: 2740993.

HSL color Cylindrical-coordinate representation of color #01D329: hue angle of 131.43º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D329 is Cyan = 1.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 1 211 41 -
CMYK 1.00 0 0.81 0.17
HSL 131.43º 0.99% 0.42% -
HSV(B) 131.43º 1% 0.83% -
XYZ 23.71 46.76 9.87 -
YUV 128.83 78.43 36.82 -
System Red Green Blue C M Y K H S L
Decimal 1 211 41 1.00 0 0.81 0.17 131.43 0.99 0.42
Hex 1 D3 29 64 0 51 11 83 63 2A
Octal 1 323 51 144 0 121 21 203 143 52
Binary 1 11010011 101001 1100100 0 1010001 10001 10000011 1100011 101010

Color Harmonies of #01D329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D329

Black with #01D329

Text Example


Text Example

White with #01D329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,211,41); }

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

background-color css

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

 a { background-color: rgb(1,211,41); }

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

border-color css

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

 span { border-color: rgb(1,211,41); }

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