Html Css Color HEX #01C02A Dark Pastel Green

📋 copy color: '#01C02A'

red 1 ◦ green 192 ◦ blue 42

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

Shades of Dark Pastel Green #01C02A

Tints of Dark Pastel Green #01C02A

RGB

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

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

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

R = 0.43%
G = 81.7%
B = 17.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#01C02A (or 0x01C02A) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 2A. RGB value is (1,192,42). Sum of RGB (Red+Green+Blue) = 1+192+42=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 192 (75.39% from 255 or 81.70% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 192 - color contains mainly: green. Hex color #01C02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C02A is #FE3FD5. Grayscale: #767676. Windows color (decimal): -16662486 or 2801665. OLE color: 2801665.

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

Color convert

RGB 1 192 42 -
CMYK 0.99 0 0.78 0.25
HSL 132.88º 0.99% 0.38% -
HSV(B) 132.88º 0.99% 0.75% -
XYZ 19.28 37.87 8.48 -
YUV 117.79 85.22 44.7 -
System Red Green Blue C M Y K H S L
Decimal 1 192 42 0.99 0 0.78 0.25 132.88 0.99 0.38
Hex 1 C0 2A 63 0 4E 19 85 63 26
Octal 1 300 52 143 0 116 31 205 143 46
Binary 1 11000000 101010 1100011 0 1001110 11001 10000101 1100011 100110

Color Harmonies of #01C02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C02A

Black with #01C02A

Text Example


Text Example

White with #01C02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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