Html Css Color HEX #01C32F Dark Pastel Green

📋 copy color: '#01C32F'

red 1 ◦ green 195 ◦ blue 47

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

Shades of Dark Pastel Green #01C32F

Tints of Dark Pastel Green #01C32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.34%

R = 0.41%
G = 80.25%
B = 19.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#01C32F (or 0x01C32F) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 2F. RGB value is (1,195,47). Sum of RGB (Red+Green+Blue) = 1+195+47=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 195 (76.56% from 255 or 80.25% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 195 - color contains mainly: green. Hex color #01C32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C32F is #FE3CD0. Grayscale: #787878. Windows color (decimal): -16661713 or 3130113. OLE color: 3130113.

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

Color convert

RGB 1 195 47 -
CMYK 0.99 0 0.76 0.24
HSL 134.23º 0.99% 0.38% -
HSV(B) 134.23º 0.99% 0.76% -
XYZ 20.04 39.24 9.21 -
YUV 120.12 86.73 43.03 -
System Red Green Blue C M Y K H S L
Decimal 1 195 47 0.99 0 0.76 0.24 134.23 0.99 0.38
Hex 1 C3 2F 63 0 4C 18 86 63 26
Octal 1 303 57 143 0 114 30 206 143 46
Binary 1 11000011 101111 1100011 0 1001100 11000 10000110 1100011 100110

Color Harmonies of #01C32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C32F

Black with #01C32F

Text Example


Text Example

White with #01C32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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