Html Css Color HEX #01BF2B Dark Pastel Green

📋 copy color: '#01BF2B'

red 1 ◦ green 191 ◦ blue 43

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

Shades of Dark Pastel Green #01BF2B

Tints of Dark Pastel Green #01BF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.3%

R = 0.43%
G = 81.28%
B = 18.3%

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

#01BF2B (or 0x01BF2B) is known color: Dark Pastel Green. HEX triplet: 01, BF and 2B. RGB value is (1,191,43). Sum of RGB (Red+Green+Blue) = 1+191+43=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 191 (75% from 255 or 81.28% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BF2B is #FE40D4. Grayscale: #757575. Windows color (decimal): -16662741 or 2866945. OLE color: 2866945.

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

Color convert

RGB 1 191 43 -
CMYK 0.99 0 0.77 0.25
HSL 133.26º 0.99% 0.38% -
HSV(B) 133.26º 0.99% 0.75% -
XYZ 19.08 37.44 8.51 -
YUV 117.32 86.05 45.03 -
System Red Green Blue C M Y K H S L
Decimal 1 191 43 0.99 0 0.77 0.25 133.26 0.99 0.38
Hex 1 BF 2B 63 0 4D 19 85 63 26
Octal 1 277 53 143 0 115 31 205 143 46
Binary 1 10111111 101011 1100011 0 1001101 11001 10000101 1100011 100110

Color Harmonies of #01BF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BF2B

Black with #01BF2B

Text Example


Text Example

White with #01BF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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