Html Css Color HEX #01D21B Dark Pastel Green

📋 copy color: '#01D21B'

red 1 ◦ green 210 ◦ blue 27

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

Shades of Dark Pastel Green #01D21B

Tints of Dark Pastel Green #01D21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.34%

R = 0.42%
G = 88.24%
B = 11.34%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#01D21B (or 0x01D21B) is known color: Dark Pastel Green. HEX triplet: 01, D2 and 1B. RGB value is (1,210,27). Sum of RGB (Red+Green+Blue) = 1+210+27=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 210 (82.42% from 255 or 88.24% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 210 - color contains mainly: green. Hex color #01D21B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D21B is #FE2DE4. Grayscale: #7F7F7F. Windows color (decimal): -16657893 or 1823233. OLE color: 1823233.

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

Color convert

RGB 1 210 27 -
CMYK 1.00 0 0.87 0.18
HSL 127.46º 0.99% 0.41% -
HSV(B) 127.46º 1% 0.82% -
XYZ 23.26 46.18 8.72 -
YUV 126.65 71.76 38.38 -
System Red Green Blue C M Y K H S L
Decimal 1 210 27 1.00 0 0.87 0.18 127.46 0.99 0.41
Hex 1 D2 1B 64 0 57 12 7F 63 29
Octal 1 322 33 144 0 127 22 177 143 51
Binary 1 11010010 11011 1100100 0 1010111 10010 1111111 1100011 101001

Color Harmonies of #01D21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D21B

Black with #01D21B

Text Example


Text Example

White with #01D21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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