Html Css Color HEX #01C32B Dark Pastel Green

📋 copy color: '#01C32B'

red 1 ◦ green 195 ◦ blue 43

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

Shades of Dark Pastel Green #01C32B

Tints of Dark Pastel Green #01C32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.99%

R = 0.42%
G = 81.59%
B = 17.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#01C32B (or 0x01C32B) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 2B. RGB value is (1,195,43). Sum of RGB (Red+Green+Blue) = 1+195+43=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 195 (76.56% from 255 or 81.59% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 195 - color contains mainly: green. Hex color #01C32B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C32B is #FE3CD4. Grayscale: #787878. Windows color (decimal): -16661717 or 2867969. OLE color: 2867969.

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

Color convert

RGB 1 195 43 -
CMYK 0.99 0 0.78 0.24
HSL 132.99º 0.99% 0.38% -
HSV(B) 132.99º 0.99% 0.76% -
XYZ 19.96 39.21 8.8 -
YUV 119.67 84.73 43.36 -
System Red Green Blue C M Y K H S L
Decimal 1 195 43 0.99 0 0.78 0.24 132.99 0.99 0.38
Hex 1 C3 2B 63 0 4E 18 85 63 26
Octal 1 303 53 143 0 116 30 205 143 46
Binary 1 11000011 101011 1100011 0 1001110 11000 10000101 1100011 100110

Color Harmonies of #01C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C32B

Black with #01C32B

Text Example


Text Example

White with #01C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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