Html Css Color HEX #01C31F Dark Pastel Green

📋 copy color: '#01C31F'

red 1 ◦ green 195 ◦ blue 31

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

Shades of Dark Pastel Green #01C31F

Tints of Dark Pastel Green #01C31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 85.9%

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

R = 0.44%
G = 85.9%
B = 13.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#01C31F (or 0x01C31F) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 1F. RGB value is (1,195,31). Sum of RGB (Red+Green+Blue) = 1+195+31=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 195 (76.56% from 255 or 85.90% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 195 - color contains mainly: green. Hex color #01C31F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C31F is #FE3CE0. Grayscale: #767676. Windows color (decimal): -16661729 or 2081537. OLE color: 2081537.

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

Color convert

RGB 1 195 31 -
CMYK 0.99 0 0.84 0.24
HSL 129.28º 0.99% 0.38% -
HSV(B) 129.28º 0.99% 0.76% -
XYZ 19.77 39.14 7.81 -
YUV 118.3 78.73 44.34 -
System Red Green Blue C M Y K H S L
Decimal 1 195 31 0.99 0 0.84 0.24 129.28 0.99 0.38
Hex 1 C3 1F 63 0 54 18 81 63 26
Octal 1 303 37 143 0 124 30 201 143 46
Binary 1 11000011 11111 1100011 0 1010100 11000 10000001 1100011 100110

Color Harmonies of #01C31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C31F

Black with #01C31F

Text Example


Text Example

White with #01C31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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