Html Css Color HEX #01C345 Dark Pastel Green

📋 copy color: '#01C345'

red 1 ◦ green 195 ◦ blue 69

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

Shades of Dark Pastel Green #01C345

Tints of Dark Pastel Green #01C345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.04%

R = 0.38%
G = 73.58%
B = 26.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#01C345 (or 0x01C345) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 45. RGB value is (1,195,69). Sum of RGB (Red+Green+Blue) = 1+195+69=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 195 (76.56% from 255 or 73.58% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 195 - color contains mainly: green. Hex color #01C345 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C345 is #FE3CBA. Grayscale: #7A7A7A. Windows color (decimal): -16661691 or 4571905. OLE color: 4571905.

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

Color convert

RGB 1 195 69 -
CMYK 0.99 0 0.65 0.24
HSL 141.03º 0.99% 0.38% -
HSV(B) 141.03º 0.99% 0.76% -
XYZ 20.6 39.47 12.16 -
YUV 122.63 97.73 41.25 -
System Red Green Blue C M Y K H S L
Decimal 1 195 69 0.99 0 0.65 0.24 141.03 0.99 0.38
Hex 1 C3 45 63 0 41 18 8D 63 26
Octal 1 303 105 143 0 101 30 215 143 46
Binary 1 11000011 1000101 1100011 0 1000001 11000 10001101 1100011 100110

Color Harmonies of #01C345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C345

Black with #01C345

Text Example


Text Example

White with #01C345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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