Html Css Color HEX #01BB1B Dark Pastel Green

📋 copy color: '#01BB1B'

red 1 ◦ green 187 ◦ blue 27

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

Shades of Dark Pastel Green #01BB1B

Tints of Dark Pastel Green #01BB1B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 86.98%

 BLUE value IS 27 (10.94% from 255) = 12.56%

R = 0.47%
G = 86.98%
B = 12.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#01BB1B (or 0x01BB1B) is known color: Dark Pastel Green. HEX triplet: 01, BB and 1B. RGB value is (1,187,27). Sum of RGB (Red+Green+Blue) = 1+187+27=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 187 (73.44% from 255 or 86.98% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BB1B is #FE44E4. Grayscale: #717171. Windows color (decimal): -16663781 or 1817345. OLE color: 1817345.

HSL color Cylindrical-coordinate representation of color #01BB1B: hue angle of 128.39º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BB1B is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 187 27 -
CMYK 0.99 0 0.86 0.27
HSL 128.39º 0.99% 0.37% -
HSV(B) 128.39º 0.99% 0.73% -
XYZ 17.98 35.63 6.97 -
YUV 113.15 79.38 48.01 -
System Red Green Blue C M Y K H S L
Decimal 1 187 27 0.99 0 0.86 0.27 128.39 0.99 0.37
Hex 1 BB 1B 63 0 56 1B 80 63 25
Octal 1 273 33 143 0 126 33 200 143 45
Binary 1 10111011 11011 1100011 0 1010110 11011 10000000 1100011 100101

Color Harmonies of #01BB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BB1B

Black with #01BB1B

Text Example


Text Example

White with #01BB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,187,27); }

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

background-color css

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

 a { background-color: rgb(1,187,27); }

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

border-color css

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

 span { border-color: rgb(1,187,27); }

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