Html Css Color HEX #01C325 Dark Pastel Green

📋 copy color: '#01C325'

red 1 ◦ green 195 ◦ blue 37

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

Shades of Dark Pastel Green #01C325

Tints of Dark Pastel Green #01C325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.88%

R = 0.43%
G = 83.69%
B = 15.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#01C325 (or 0x01C325) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 25. RGB value is (1,195,37). Sum of RGB (Red+Green+Blue) = 1+195+37=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 195 (76.56% from 255 or 83.69% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 195 - color contains mainly: green. Hex color #01C325 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C325 is #FE3CDA. Grayscale: #777777. Windows color (decimal): -16661723 or 2474753. OLE color: 2474753.

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

Color convert

RGB 1 195 37 -
CMYK 0.99 0 0.81 0.24
HSL 131.13º 0.99% 0.38% -
HSV(B) 131.13º 0.99% 0.76% -
XYZ 19.86 39.17 8.26 -
YUV 118.98 81.73 43.85 -
System Red Green Blue C M Y K H S L
Decimal 1 195 37 0.99 0 0.81 0.24 131.13 0.99 0.38
Hex 1 C3 25 63 0 51 18 83 63 26
Octal 1 303 45 143 0 121 30 203 143 46
Binary 1 11000011 100101 1100011 0 1010001 11000 10000011 1100011 100110

Color Harmonies of #01C325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C325

Black with #01C325

Text Example


Text Example

White with #01C325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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