Html Css Color HEX #01C048 Dark Pastel Green

📋 copy color: '#01C048'

red 1 ◦ green 192 ◦ blue 72

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

Shades of Dark Pastel Green #01C048

Tints of Dark Pastel Green #01C048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.17%

R = 0.38%
G = 72.45%
B = 27.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#01C048 (or 0x01C048) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 48. RGB value is (1,192,72). Sum of RGB (Red+Green+Blue) = 1+192+72=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 192 (75.39% from 255 or 72.45% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 192 - color contains mainly: green. Hex color #01C048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C048 is #FE3FB7. Grayscale: #797979. Windows color (decimal): -16662456 or 4767745. OLE color: 4767745.

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

Color convert

RGB 1 192 72 -
CMYK 0.99 0 0.63 0.25
HSL 142.3º 0.99% 0.38% -
HSV(B) 142.3º 0.99% 0.75% -
XYZ 20.03 38.17 12.44 -
YUV 121.21 100.22 42.26 -
System Red Green Blue C M Y K H S L
Decimal 1 192 72 0.99 0 0.63 0.25 142.3 0.99 0.38
Hex 1 C0 48 63 0 3F 19 8E 63 26
Octal 1 300 110 143 0 77 31 216 143 46
Binary 1 11000000 1001000 1100011 0 111111 11001 10001110 1100011 100110

Color Harmonies of #01C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C048

Black with #01C048

Text Example


Text Example

White with #01C048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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