Html Css Color HEX #01BC3F Dark Pastel Green

📋 copy color: '#01BC3F'

red 1 ◦ green 188 ◦ blue 63

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

Shades of Dark Pastel Green #01BC3F

Tints of Dark Pastel Green #01BC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25%

R = 0.4%
G = 74.6%
B = 25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#01BC3F (or 0x01BC3F) is known color: Dark Pastel Green. HEX triplet: 01, BC and 3F. RGB value is (1,188,63). Sum of RGB (Red+Green+Blue) = 1+188+63=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 188 (73.83% from 255 or 74.60% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BC3F is #FE43C0. Grayscale: #767676. Windows color (decimal): -16663489 or 4176897. OLE color: 4176897.

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

Color convert

RGB 1 188 63 -
CMYK 0.99 0 0.66 0.26
HSL 139.89º 0.99% 0.37% -
HSV(B) 139.89º 0.99% 0.74% -
XYZ 18.89 36.33 10.72 -
YUV 117.84 97.05 44.66 -
System Red Green Blue C M Y K H S L
Decimal 1 188 63 0.99 0 0.66 0.26 139.89 0.99 0.37
Hex 1 BC 3F 63 0 42 1A 8C 63 25
Octal 1 274 77 143 0 102 32 214 143 45
Binary 1 10111100 111111 1100011 0 1000010 11010 10001100 1100011 100101

Color Harmonies of #01BC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BC3F

Black with #01BC3F

Text Example


Text Example

White with #01BC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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