Html Css Color HEX #01C449 Dark Pastel Green

📋 copy color: '#01C449'

red 1 ◦ green 196 ◦ blue 73

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

Shades of Dark Pastel Green #01C449

Tints of Dark Pastel Green #01C449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 72.59%

 BLUE value IS 73 (28.91% from 255) = 27.04%

R = 0.37%
G = 72.59%
B = 27.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#01C449 (or 0x01C449) is known color: Dark Pastel Green. HEX triplet: 01, C4 and 49. RGB value is (1,196,73). Sum of RGB (Red+Green+Blue) = 1+196+73=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 196 (76.95% from 255 or 72.59% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 196 - color contains mainly: green. Hex color #01C449 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C449 is #FE3BB6. Grayscale: #7B7B7B. Windows color (decimal): -16661431 or 4834305. OLE color: 4834305.

HSL color Cylindrical-coordinate representation of color #01C449: hue angle of 142.15º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C449 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 1 196 73 -
CMYK 0.99 0 0.63 0.23
HSL 142.15º 0.99% 0.39% -
HSV(B) 142.15º 0.99% 0.77% -
XYZ 20.96 39.97 12.91 -
YUV 123.67 99.4 40.5 -
System Red Green Blue C M Y K H S L
Decimal 1 196 73 0.99 0 0.63 0.23 142.15 0.99 0.39
Hex 1 C4 49 63 0 3F 17 8E 63 27
Octal 1 304 111 143 0 77 27 216 143 47
Binary 1 11000100 1001001 1100011 0 111111 10111 10001110 1100011 100111

Color Harmonies of #01C449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C449

Black with #01C449

Text Example


Text Example

White with #01C449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,196,73); }

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

background-color css

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

 a { background-color: rgb(1,196,73); }

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

border-color css

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

 span { border-color: rgb(1,196,73); }

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