Html Css Color HEX #01D62E Dark Pastel Green

📋 copy color: '#01D62E'

red 1 ◦ green 214 ◦ blue 46

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

Shades of Dark Pastel Green #01D62E

Tints of Dark Pastel Green #01D62E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 81.99%

 BLUE value IS 46 (18.36% from 255) = 17.62%

R = 0.38%
G = 81.99%
B = 17.62%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#01D62E (or 0x01D62E) is known color: Dark Pastel Green. HEX triplet: 01, D6 and 2E. RGB value is (1,214,46). Sum of RGB (Red+Green+Blue) = 1+214+46=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 214 (83.98% from 255 or 81.99% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 214 - color contains mainly: green. Hex color #01D62E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D62E is #FE29D1. Grayscale: #838383. Windows color (decimal): -16656850 or 3069441. OLE color: 3069441.

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

Color convert

RGB 1 214 46 -
CMYK 1.00 0 0.79 0.16
HSL 132.68º 0.99% 0.42% -
HSV(B) 132.68º 1% 0.84% -
XYZ 24.55 48.3 10.61 -
YUV 131.16 79.93 35.16 -
System Red Green Blue C M Y K H S L
Decimal 1 214 46 1.00 0 0.79 0.16 132.68 0.99 0.42
Hex 1 D6 2E 64 0 4F 10 85 63 2A
Octal 1 326 56 144 0 117 20 205 143 52
Binary 1 11010110 101110 1100100 0 1001111 10000 10000101 1100011 101010

Color Harmonies of #01D62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D62E

Black with #01D62E

Text Example


Text Example

White with #01D62E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,214,46); }

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

background-color css

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

 a { background-color: rgb(1,214,46); }

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

border-color css

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

 span { border-color: rgb(1,214,46); }

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