Html Css Color HEX #01C045 Dark Pastel Green

📋 copy color: '#01C045'

red 1 ◦ green 192 ◦ blue 69

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

Shades of Dark Pastel Green #01C045

Tints of Dark Pastel Green #01C045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 73.28%

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

R = 0.38%
G = 73.28%
B = 26.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#01C045 (or 0x01C045) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 45. RGB value is (1,192,69). Sum of RGB (Red+Green+Blue) = 1+192+69=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 192 (75.39% from 255 or 73.28% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 192 - color contains mainly: green. Hex color #01C045 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C045 is #FE3FBA. Grayscale: #797979. Windows color (decimal): -16662459 or 4571137. OLE color: 4571137.

HSL color Cylindrical-coordinate representation of color #01C045: hue angle of 141.36º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C045 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 192 69 -
CMYK 0.99 0 0.64 0.25
HSL 141.36º 0.99% 0.38% -
HSV(B) 141.36º 0.99% 0.75% -
XYZ 19.94 38.14 11.94 -
YUV 120.87 98.72 42.5 -
System Red Green Blue C M Y K H S L
Decimal 1 192 69 0.99 0 0.64 0.25 141.36 0.99 0.38
Hex 1 C0 45 63 0 40 19 8D 63 26
Octal 1 300 105 143 0 100 31 215 143 46
Binary 1 11000000 1000101 1100011 0 1000000 11001 10001101 1100011 100110

Color Harmonies of #01C045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C045

Black with #01C045

Text Example


Text Example

White with #01C045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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