Html Css Color HEX #01BC3B Dark Pastel Green

📋 copy color: '#01BC3B'

red 1 ◦ green 188 ◦ blue 59

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

Shades of Dark Pastel Green #01BC3B

Tints of Dark Pastel Green #01BC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.79%

R = 0.4%
G = 75.81%
B = 23.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#01BC3B (or 0x01BC3B) is known color: Dark Pastel Green. HEX triplet: 01, BC and 3B. RGB value is (1,188,59). Sum of RGB (Red+Green+Blue) = 1+188+59=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 188 (73.83% from 255 or 75.81% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BC3B is #FE43C4. Grayscale: #757575. Windows color (decimal): -16663493 or 3914753. OLE color: 3914753.

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

Color convert

RGB 1 188 59 -
CMYK 0.99 0 0.69 0.26
HSL 138.61º 0.99% 0.37% -
HSV(B) 138.61º 0.99% 0.74% -
XYZ 18.79 36.29 10.15 -
YUV 117.38 95.05 44.99 -
System Red Green Blue C M Y K H S L
Decimal 1 188 59 0.99 0 0.69 0.26 138.61 0.99 0.37
Hex 1 BC 3B 63 0 45 1A 8B 63 25
Octal 1 274 73 143 0 105 32 213 143 45
Binary 1 10111100 111011 1100011 0 1000101 11010 10001011 1100011 100101

Color Harmonies of #01BC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BC3B

Black with #01BC3B

Text Example


Text Example

White with #01BC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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