Html Css Color HEX #01C022 Dark Pastel Green

📋 copy color: '#01C022'

red 1 ◦ green 192 ◦ blue 34

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

Shades of Dark Pastel Green #01C022

Tints of Dark Pastel Green #01C022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.98%

R = 0.44%
G = 84.58%
B = 14.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#01C022 (or 0x01C022) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 22. RGB value is (1,192,34). Sum of RGB (Red+Green+Blue) = 1+192+34=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 192 (75.39% from 255 or 84.58% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 192 - color contains mainly: green. Hex color #01C022 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C022 is #FE3FDD. Grayscale: #757575. Windows color (decimal): -16662494 or 2277377. OLE color: 2277377.

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

Color convert

RGB 1 192 34 -
CMYK 0.99 0 0.82 0.25
HSL 130.37º 0.99% 0.38% -
HSV(B) 130.37º 0.99% 0.75% -
XYZ 19.15 37.82 7.8 -
YUV 116.88 81.22 45.35 -
System Red Green Blue C M Y K H S L
Decimal 1 192 34 0.99 0 0.82 0.25 130.37 0.99 0.38
Hex 1 C0 22 63 0 52 19 82 63 26
Octal 1 300 42 143 0 122 31 202 143 46
Binary 1 11000000 100010 1100011 0 1010010 11001 10000010 1100011 100110

Color Harmonies of #01C022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C022

Black with #01C022

Text Example


Text Example

White with #01C022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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