Html Css Color HEX #01C21D Dark Pastel Green

📋 copy color: '#01C21D'

red 1 ◦ green 194 ◦ blue 29

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

Shades of Dark Pastel Green #01C21D

Tints of Dark Pastel Green #01C21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 86.61%

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 0.45%
G = 86.61%
B = 12.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#01C21D (or 0x01C21D) is known color: Dark Pastel Green. HEX triplet: 01, C2 and 1D. RGB value is (1,194,29). Sum of RGB (Red+Green+Blue) = 1+194+29=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 194 (76.17% from 255 or 86.61% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 194 - color contains mainly: green. Hex color #01C21D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C21D is #FE3DE2. Grayscale: #757575. Windows color (decimal): -16661987 or 1950209. OLE color: 1950209.

HSL color Cylindrical-coordinate representation of color #01C21D: hue angle of 128.7º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C21D is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 194 29 -
CMYK 0.99 0 0.85 0.24
HSL 128.7º 0.99% 0.38% -
HSV(B) 128.7º 0.99% 0.76% -
XYZ 19.53 38.68 7.6 -
YUV 117.48 78.06 44.92 -
System Red Green Blue C M Y K H S L
Decimal 1 194 29 0.99 0 0.85 0.24 128.7 0.99 0.38
Hex 1 C2 1D 63 0 55 18 81 63 26
Octal 1 302 35 143 0 125 30 201 143 46
Binary 1 11000010 11101 1100011 0 1010101 11000 10000001 1100011 100110

Color Harmonies of #01C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C21D

Black with #01C21D

Text Example


Text Example

White with #01C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,194,29); }

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

background-color css

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

 a { background-color: rgb(1,194,29); }

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

border-color css

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

 span { border-color: rgb(1,194,29); }

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