Html Css Color HEX #01C020 Dark Pastel Green

📋 copy color: '#01C020'

red 1 ◦ green 192 ◦ blue 32

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

Shades of Dark Pastel Green #01C020

Tints of Dark Pastel Green #01C020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 85.33%

 BLUE value IS 32 (12.89% from 255) = 14.22%

R = 0.44%
G = 85.33%
B = 14.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#01C020 (or 0x01C020) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 20. RGB value is (1,192,32). Sum of RGB (Red+Green+Blue) = 1+192+32=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 192 (75.39% from 255 or 85.33% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 192 - color contains mainly: green. Hex color #01C020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C020 is #FE3FDF. Grayscale: #757575. Windows color (decimal): -16662496 or 2146305. OLE color: 2146305.

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

Color convert

RGB 1 192 32 -
CMYK 0.99 0 0.83 0.25
HSL 129.74º 0.99% 0.38% -
HSV(B) 129.74º 0.99% 0.75% -
XYZ 19.12 37.81 7.66 -
YUV 116.65 80.22 45.51 -
System Red Green Blue C M Y K H S L
Decimal 1 192 32 0.99 0 0.83 0.25 129.74 0.99 0.38
Hex 1 C0 20 63 0 53 19 82 63 26
Octal 1 300 40 143 0 123 31 202 143 46
Binary 1 11000000 100000 1100011 0 1010011 11001 10000010 1100011 100110

Color Harmonies of #01C020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C020

Black with #01C020

Text Example


Text Example

White with #01C020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,192,32); }

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

background-color css

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

 a { background-color: rgb(1,192,32); }

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

border-color css

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

 span { border-color: rgb(1,192,32); }

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