Html Css Color HEX #01BC49 Dark Pastel Green

📋 copy color: '#01BC49'

red 1 ◦ green 188 ◦ blue 73

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

Shades of Dark Pastel Green #01BC49

Tints of Dark Pastel Green #01BC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 71.76%

 BLUE value IS 73 (28.91% from 255) = 27.86%

R = 0.38%
G = 71.76%
B = 27.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#01BC49 (or 0x01BC49) is known color: Dark Pastel Green. HEX triplet: 01, BC and 49. RGB value is (1,188,73). Sum of RGB (Red+Green+Blue) = 1+188+73=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 188 (73.83% from 255 or 71.76% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BC49 is #FE43B6. Grayscale: #777777. Windows color (decimal): -16663479 or 4832257. OLE color: 4832257.

HSL color Cylindrical-coordinate representation of color #01BC49: hue angle of 143.1º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BC49 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 188 73 -
CMYK 0.99 0 0.61 0.26
HSL 143.1º 0.99% 0.37% -
HSV(B) 143.1º 0.99% 0.74% -
XYZ 19.2 36.45 12.33 -
YUV 118.98 102.05 43.85 -
System Red Green Blue C M Y K H S L
Decimal 1 188 73 0.99 0 0.61 0.26 143.1 0.99 0.37
Hex 1 BC 49 63 0 3D 1A 8F 63 25
Octal 1 274 111 143 0 75 32 217 143 45
Binary 1 10111100 1001001 1100011 0 111101 11010 10001111 1100011 100101

Color Harmonies of #01BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BC49

Black with #01BC49

Text Example


Text Example

White with #01BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,188,73); }

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

background-color css

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

 a { background-color: rgb(1,188,73); }

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

border-color css

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

 span { border-color: rgb(1,188,73); }

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