Html Css Color HEX #01BF2C Dark Pastel Green

📋 copy color: '#01BF2C'

red 1 ◦ green 191 ◦ blue 44

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

Shades of Dark Pastel Green #01BF2C

Tints of Dark Pastel Green #01BF2C

RGB

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

 GREEN value IS 191 (75% from 255) = 80.93%

 BLUE value IS 44 (17.58% from 255) = 18.64%

R = 0.42%
G = 80.93%
B = 18.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#01BF2C (or 0x01BF2C) is known color: Dark Pastel Green. HEX triplet: 01, BF and 2C. RGB value is (1,191,44). Sum of RGB (Red+Green+Blue) = 1+191+44=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 191 (75% from 255 or 80.93% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BF2C is #FE40D3. Grayscale: #757575. Windows color (decimal): -16662740 or 2932481. OLE color: 2932481.

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

Color convert

RGB 1 191 44 -
CMYK 0.99 0 0.77 0.25
HSL 133.58º 0.99% 0.38% -
HSV(B) 133.58º 0.99% 0.75% -
XYZ 19.1 37.45 8.6 -
YUV 117.43 86.55 44.95 -
System Red Green Blue C M Y K H S L
Decimal 1 191 44 0.99 0 0.77 0.25 133.58 0.99 0.38
Hex 1 BF 2C 63 0 4D 19 86 63 26
Octal 1 277 54 143 0 115 31 206 143 46
Binary 1 10111111 101100 1100011 0 1001101 11001 10000110 1100011 100110

Color Harmonies of #01BF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BF2C

Black with #01BF2C

Text Example


Text Example

White with #01BF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,191,44); }

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

background-color css

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

 a { background-color: rgb(1,191,44); }

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

border-color css

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

 span { border-color: rgb(1,191,44); }

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