Html Css Color HEX #01BC1D Dark Pastel Green

📋 copy color: '#01BC1D'

red 1 ◦ green 188 ◦ blue 29

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

Shades of Dark Pastel Green #01BC1D

Tints of Dark Pastel Green #01BC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 0.46%
G = 86.24%
B = 13.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#01BC1D (or 0x01BC1D) is known color: Dark Pastel Green. HEX triplet: 01, BC and 1D. RGB value is (1,188,29). Sum of RGB (Red+Green+Blue) = 1+188+29=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 188 (73.83% from 255 or 86.24% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BC1D is #FE43E2. Grayscale: #727272. Windows color (decimal): -16663523 or 1948673. OLE color: 1948673.

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

Color convert

RGB 1 188 29 -
CMYK 0.99 0 0.85 0.26
HSL 128.98º 0.99% 0.37% -
HSV(B) 128.98º 0.99% 0.74% -
XYZ 18.22 36.06 7.16 -
YUV 113.96 80.05 47.43 -
System Red Green Blue C M Y K H S L
Decimal 1 188 29 0.99 0 0.85 0.26 128.98 0.99 0.37
Hex 1 BC 1D 63 0 55 1A 81 63 25
Octal 1 274 35 143 0 125 32 201 143 45
Binary 1 10111100 11101 1100011 0 1010101 11010 10000001 1100011 100101

Color Harmonies of #01BC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BC1D

Black with #01BC1D

Text Example


Text Example

White with #01BC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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