Html Css Color HEX #01C529 Dark Pastel Green

📋 copy color: '#01C529'

red 1 ◦ green 197 ◦ blue 41

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

Shades of Dark Pastel Green #01C529

Tints of Dark Pastel Green #01C529

RGB

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

 GREEN value IS 197 (77.34% from 255) = 82.43%

 BLUE value IS 41 (16.41% from 255) = 17.15%

R = 0.42%
G = 82.43%
B = 17.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#01C529 (or 0x01C529) is known color: Dark Pastel Green. HEX triplet: 01, C5 and 29. RGB value is (1,197,41). Sum of RGB (Red+Green+Blue) = 1+197+41=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 197 (77.34% from 255 or 82.43% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 197 - color contains mainly: green. Hex color #01C529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C529 is #FE3AD6. Grayscale: #797979. Windows color (decimal): -16661207 or 2737409. OLE color: 2737409.

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

Color convert

RGB 1 197 41 -
CMYK 0.99 0 0.79 0.23
HSL 132.24º 0.99% 0.39% -
HSV(B) 132.24º 0.99% 0.77% -
XYZ 20.38 40.1 8.76 -
YUV 120.61 83.07 42.68 -
System Red Green Blue C M Y K H S L
Decimal 1 197 41 0.99 0 0.79 0.23 132.24 0.99 0.39
Hex 1 C5 29 63 0 4F 17 84 63 27
Octal 1 305 51 143 0 117 27 204 143 47
Binary 1 11000101 101001 1100011 0 1001111 10111 10000100 1100011 100111

Color Harmonies of #01C529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C529

Black with #01C529

Text Example


Text Example

White with #01C529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,197,41); }

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

background-color css

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

 a { background-color: rgb(1,197,41); }

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

border-color css

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

 span { border-color: rgb(1,197,41); }

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