Html Css Color HEX #01C322 Dark Pastel Green

📋 copy color: '#01C322'

red 1 ◦ green 195 ◦ blue 34

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

Shades of Dark Pastel Green #01C322

Tints of Dark Pastel Green #01C322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 84.78%

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

R = 0.43%
G = 84.78%
B = 14.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#01C322 (or 0x01C322) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 22. RGB value is (1,195,34). Sum of RGB (Red+Green+Blue) = 1+195+34=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 195 (76.56% from 255 or 84.78% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 195 - color contains mainly: green. Hex color #01C322 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C322 is #FE3CDD. Grayscale: #777777. Windows color (decimal): -16661726 or 2278145. OLE color: 2278145.

HSL color Cylindrical-coordinate representation of color #01C322: hue angle of 130.21º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C322 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 195 34 -
CMYK 0.99 0 0.83 0.24
HSL 130.21º 0.99% 0.38% -
HSV(B) 130.21º 0.99% 0.76% -
XYZ 19.82 39.15 8.03 -
YUV 118.64 80.23 44.09 -
System Red Green Blue C M Y K H S L
Decimal 1 195 34 0.99 0 0.83 0.24 130.21 0.99 0.38
Hex 1 C3 22 63 0 53 18 82 63 26
Octal 1 303 42 143 0 123 30 202 143 46
Binary 1 11000011 100010 1100011 0 1010011 11000 10000010 1100011 100110

Color Harmonies of #01C322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C322

Black with #01C322

Text Example


Text Example

White with #01C322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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