Html Css Color HEX #01D23D Dark Pastel Green

📋 copy color: '#01D23D'

red 1 ◦ green 210 ◦ blue 61

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

Shades of Dark Pastel Green #01D23D

Tints of Dark Pastel Green #01D23D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 77.21%

 BLUE value IS 61 (24.22% from 255) = 22.43%

R = 0.37%
G = 77.21%
B = 22.43%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#01D23D (or 0x01D23D) is known color: Dark Pastel Green. HEX triplet: 01, D2 and 3D. RGB value is (1,210,61). Sum of RGB (Red+Green+Blue) = 1+210+61=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 210 (82.42% from 255 or 77.21% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 210 - color contains mainly: green. Hex color #01D23D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D23D is #FE2DC2. Grayscale: #828282. Windows color (decimal): -16657859 or 4051457. OLE color: 4051457.

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

Color convert

RGB 1 210 61 -
CMYK 1.00 0 0.71 0.18
HSL 137.22º 0.99% 0.41% -
HSV(B) 137.22º 1% 0.82% -
XYZ 23.9 46.44 12.12 -
YUV 130.52 88.76 35.62 -
System Red Green Blue C M Y K H S L
Decimal 1 210 61 1.00 0 0.71 0.18 137.22 0.99 0.41
Hex 1 D2 3D 64 0 47 12 89 63 29
Octal 1 322 75 144 0 107 22 211 143 51
Binary 1 11010010 111101 1100100 0 1000111 10010 10001001 1100011 101001

Color Harmonies of #01D23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D23D

Black with #01D23D

Text Example


Text Example

White with #01D23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,210,61); }

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

background-color css

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

 a { background-color: rgb(1,210,61); }

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

border-color css

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

 span { border-color: rgb(1,210,61); }

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