Html Css Color HEX #01C03E Dark Pastel Green

📋 copy color: '#01C03E'

red 1 ◦ green 192 ◦ blue 62

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

Shades of Dark Pastel Green #01C03E

Tints of Dark Pastel Green #01C03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.31%

R = 0.39%
G = 75.29%
B = 24.31%

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

#01C03E (or 0x01C03E) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 3E. RGB value is (1,192,62). Sum of RGB (Red+Green+Blue) = 1+192+62=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 192 (75.39% from 255 or 75.29% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 192 - color contains mainly: green. Hex color #01C03E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C03E is #FE3FC1. Grayscale: #787878. Windows color (decimal): -16662466 or 4112385. OLE color: 4112385.

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

Color convert

RGB 1 192 62 -
CMYK 0.99 0 0.68 0.25
HSL 139.16º 0.99% 0.38% -
HSV(B) 139.16º 0.99% 0.75% -
XYZ 19.73 38.05 10.86 -
YUV 120.07 95.22 43.07 -
System Red Green Blue C M Y K H S L
Decimal 1 192 62 0.99 0 0.68 0.25 139.16 0.99 0.38
Hex 1 C0 3E 63 0 44 19 8B 63 26
Octal 1 300 76 143 0 104 31 213 143 46
Binary 1 11000000 111110 1100011 0 1000100 11001 10001011 1100011 100110

Color Harmonies of #01C03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C03E

Black with #01C03E

Text Example


Text Example

White with #01C03E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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