Html Css Color HEX #01C01F Dark Pastel Green

📋 copy color: '#01C01F'

red 1 ◦ green 192 ◦ blue 31

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

Shades of Dark Pastel Green #01C01F

Tints of Dark Pastel Green #01C01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.84%

R = 0.45%
G = 85.71%
B = 13.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#01C01F (or 0x01C01F) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 1F. RGB value is (1,192,31). Sum of RGB (Red+Green+Blue) = 1+192+31=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 192 (75.39% from 255 or 85.71% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 192 - color contains mainly: green. Hex color #01C01F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C01F is #FE3FE0. Grayscale: #747474. Windows color (decimal): -16662497 or 2080769. OLE color: 2080769.

HSL color Cylindrical-coordinate representation of color #01C01F: hue angle of 129.42º 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 #01C01F is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 192 31 -
CMYK 0.99 0 0.84 0.25
HSL 129.42º 0.99% 0.38% -
HSV(B) 129.42º 0.99% 0.75% -
XYZ 19.11 37.8 7.59 -
YUV 116.54 79.72 45.59 -
System Red Green Blue C M Y K H S L
Decimal 1 192 31 0.99 0 0.84 0.25 129.42 0.99 0.38
Hex 1 C0 1F 63 0 54 19 81 63 26
Octal 1 300 37 143 0 124 31 201 143 46
Binary 1 11000000 11111 1100011 0 1010100 11001 10000001 1100011 100110

Color Harmonies of #01C01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C01F

Black with #01C01F

Text Example


Text Example

White with #01C01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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