Html Css Color HEX #01C62A Dark Pastel Green

📋 copy color: '#01C62A'

red 1 ◦ green 198 ◦ blue 42

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

Shades of Dark Pastel Green #01C62A

Tints of Dark Pastel Green #01C62A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 82.16%

 BLUE value IS 42 (16.8% from 255) = 17.43%

R = 0.41%
G = 82.16%
B = 17.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#01C62A (or 0x01C62A) is known color: Dark Pastel Green. HEX triplet: 01, C6 and 2A. RGB value is (1,198,42). Sum of RGB (Red+Green+Blue) = 1+198+42=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 198 (77.73% from 255 or 82.16% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 198 - color contains mainly: green. Hex color #01C62A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C62A is #FE39D5. Grayscale: #797979. Windows color (decimal): -16660950 or 2803201. OLE color: 2803201.

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

Color convert

RGB 1 198 42 -
CMYK 0.99 0 0.79 0.22
HSL 132.49º 0.99% 0.39% -
HSV(B) 132.49º 0.99% 0.78% -
XYZ 20.62 40.56 8.93 -
YUV 121.31 83.23 42.18 -
System Red Green Blue C M Y K H S L
Decimal 1 198 42 0.99 0 0.79 0.22 132.49 0.99 0.39
Hex 1 C6 2A 63 0 4F 16 84 63 27
Octal 1 306 52 143 0 117 26 204 143 47
Binary 1 11000110 101010 1100011 0 1001111 10110 10000100 1100011 100111

Color Harmonies of #01C62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C62A

Black with #01C62A

Text Example


Text Example

White with #01C62A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,198,42); }

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

background-color css

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

 a { background-color: rgb(1,198,42); }

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

border-color css

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

 span { border-color: rgb(1,198,42); }

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