Html Css Color HEX #01D428 Dark Pastel Green

📋 copy color: '#01D428'

red 1 ◦ green 212 ◦ blue 40

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

Shades of Dark Pastel Green #01D428

Tints of Dark Pastel Green #01D428

RGB

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

 GREEN value IS 212 (83.2% from 255) = 83.79%

 BLUE value IS 40 (16.02% from 255) = 15.81%

R = 0.4%
G = 83.79%
B = 15.81%

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

#01D428 (or 0x01D428) is known color: Dark Pastel Green. HEX triplet: 01, D4 and 28. RGB value is (1,212,40). Sum of RGB (Red+Green+Blue) = 1+212+40=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 212 (83.20% from 255 or 83.79% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 212 - color contains mainly: green. Hex color #01D428 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D428 is #FE2BD7. Grayscale: #818181. Windows color (decimal): -16657368 or 2675713. OLE color: 2675713.

HSL color Cylindrical-coordinate representation of color #01D428: hue angle of 131.09º 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 #01D428 is Cyan = 1.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 1 212 40 -
CMYK 1.00 0 0.81 0.17
HSL 131.09º 0.99% 0.42% -
HSV(B) 131.09º 1% 0.83% -
XYZ 23.94 47.25 9.87 -
YUV 129.3 77.6 36.49 -
System Red Green Blue C M Y K H S L
Decimal 1 212 40 1.00 0 0.81 0.17 131.09 0.99 0.42
Hex 1 D4 28 64 0 51 11 83 63 2A
Octal 1 324 50 144 0 121 21 203 143 52
Binary 1 11010100 101000 1100100 0 1010001 10001 10000011 1100011 101010

Color Harmonies of #01D428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D428

Black with #01D428

Text Example


Text Example

White with #01D428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,212,40); }

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

background-color css

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

 a { background-color: rgb(1,212,40); }

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

border-color css

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

 span { border-color: rgb(1,212,40); }

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