Html Css Color HEX #01C03D Dark Pastel Green

📋 copy color: '#01C03D'

red 1 ◦ green 192 ◦ blue 61

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

Shades of Dark Pastel Green #01C03D

Tints of Dark Pastel Green #01C03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 0.39%
G = 75.59%
B = 24.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#01C03D (or 0x01C03D) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 3D. RGB value is (1,192,61). Sum of RGB (Red+Green+Blue) = 1+192+61=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 192 (75.39% from 255 or 75.59% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 192 - color contains mainly: green. Hex color #01C03D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C03D is #FE3FC2. Grayscale: #787878. Windows color (decimal): -16662467 or 4046849. OLE color: 4046849.

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

Color convert

RGB 1 192 61 -
CMYK 0.99 0 0.68 0.25
HSL 138.85º 0.99% 0.38% -
HSV(B) 138.85º 0.99% 0.75% -
XYZ 19.7 38.04 10.72 -
YUV 119.96 94.72 43.15 -
System Red Green Blue C M Y K H S L
Decimal 1 192 61 0.99 0 0.68 0.25 138.85 0.99 0.38
Hex 1 C0 3D 63 0 44 19 8B 63 26
Octal 1 300 75 143 0 104 31 213 143 46
Binary 1 11000000 111101 1100011 0 1000100 11001 10001011 1100011 100110

Color Harmonies of #01C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C03D

Black with #01C03D

Text Example


Text Example

White with #01C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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