Html Css Color HEX #01D032 Dark Pastel Green

📋 copy color: '#01D032'

red 1 ◦ green 208 ◦ blue 50

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

Shades of Dark Pastel Green #01D032

Tints of Dark Pastel Green #01D032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.31%

R = 0.39%
G = 80.31%
B = 19.31%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#01D032 (or 0x01D032) is known color: Dark Pastel Green. HEX triplet: 01, D0 and 32. RGB value is (1,208,50). Sum of RGB (Red+Green+Blue) = 1+208+50=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 208 (81.64% from 255 or 80.31% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 208 - color contains mainly: green. Hex color #01D032 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D032 is #FE2FCD. Grayscale: #808080. Windows color (decimal): -16658382 or 3330049. OLE color: 3330049.

HSL color Cylindrical-coordinate representation of color #01D032: hue angle of 134.2º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D032 is Cyan = 1.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 208 50 -
CMYK 1.00 0 0.76 0.18
HSL 134.2º 0.99% 0.41% -
HSV(B) 134.2º 1% 0.82% -
XYZ 23.14 45.35 10.55 -
YUV 128.1 83.92 37.35 -
System Red Green Blue C M Y K H S L
Decimal 1 208 50 1.00 0 0.76 0.18 134.2 0.99 0.41
Hex 1 D0 32 64 0 4C 12 86 63 29
Octal 1 320 62 144 0 114 22 206 143 51
Binary 1 11010000 110010 1100100 0 1001100 10010 10000110 1100011 101001

Color Harmonies of #01D032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D032

Black with #01D032

Text Example


Text Example

White with #01D032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,208,50); }

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

background-color css

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

 a { background-color: rgb(1,208,50); }

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

border-color css

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

 span { border-color: rgb(1,208,50); }

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