Html Css Color HEX #01C352 Dark Pastel Green

📋 copy color: '#01C352'

red 1 ◦ green 195 ◦ blue 82

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

Shades of Dark Pastel Green #01C352

Tints of Dark Pastel Green #01C352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.5%

R = 0.36%
G = 70.14%
B = 29.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#01C352 (or 0x01C352) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 52. RGB value is (1,195,82). Sum of RGB (Red+Green+Blue) = 1+195+82=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 195 (76.56% from 255 or 70.14% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 195 - color contains mainly: green. Hex color #01C352 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C352 is #FE3CAD. Grayscale: #7C7C7C. Windows color (decimal): -16661678 or 5423873. OLE color: 5423873.

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

Color convert

RGB 1 195 82 -
CMYK 0.99 0 0.58 0.24
HSL 145.05º 0.99% 0.38% -
HSV(B) 145.05º 0.99% 0.76% -
XYZ 21.05 39.65 14.53 -
YUV 124.11 104.23 40.19 -
System Red Green Blue C M Y K H S L
Decimal 1 195 82 0.99 0 0.58 0.24 145.05 0.99 0.38
Hex 1 C3 52 63 0 3A 18 91 63 26
Octal 1 303 122 143 0 72 30 221 143 46
Binary 1 11000011 1010010 1100011 0 111010 11000 10010001 1100011 100110

Color Harmonies of #01C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C352

Black with #01C352

Text Example


Text Example

White with #01C352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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