Html Css Color HEX #01BF2E Dark Pastel Green

📋 copy color: '#01BF2E'

red 1 ◦ green 191 ◦ blue 46

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

Shades of Dark Pastel Green #01BF2E

Tints of Dark Pastel Green #01BF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.33%

R = 0.42%
G = 80.25%
B = 19.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#01BF2E (or 0x01BF2E) is known color: Dark Pastel Green. HEX triplet: 01, BF and 2E. RGB value is (1,191,46). Sum of RGB (Red+Green+Blue) = 1+191+46=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 191 (75% from 255 or 80.25% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BF2E is #FE40D1. Grayscale: #767676. Windows color (decimal): -16662738 or 3063553. OLE color: 3063553.

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

Color convert

RGB 1 191 46 -
CMYK 0.99 0 0.76 0.25
HSL 134.21º 0.99% 0.38% -
HSV(B) 134.21º 0.99% 0.75% -
XYZ 19.14 37.47 8.81 -
YUV 117.66 87.55 44.79 -
System Red Green Blue C M Y K H S L
Decimal 1 191 46 0.99 0 0.76 0.25 134.21 0.99 0.38
Hex 1 BF 2E 63 0 4C 19 86 63 26
Octal 1 277 56 143 0 114 31 206 143 46
Binary 1 10111111 101110 1100011 0 1001100 11001 10000110 1100011 100110

Color Harmonies of #01BF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BF2E

Black with #01BF2E

Text Example


Text Example

White with #01BF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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