Html Css Color HEX #01B91B Dark Pastel Green

📋 copy color: '#01B91B'

red 1 ◦ green 185 ◦ blue 27

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

Shades of Dark Pastel Green #01B91B

Tints of Dark Pastel Green #01B91B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 86.85%

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

R = 0.47%
G = 86.85%
B = 12.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#01B91B (or 0x01B91B) is known color: Dark Pastel Green. HEX triplet: 01, B9 and 1B. RGB value is (1,185,27). Sum of RGB (Red+Green+Blue) = 1+185+27=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 185 (72.66% from 255 or 86.85% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 185 - color contains mainly: green. Hex color #01B91B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B91B is #FE46E4. Grayscale: #707070. Windows color (decimal): -16664293 or 1816833. OLE color: 1816833.

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

Color convert

RGB 1 185 27 -
CMYK 0.99 0 0.85 0.27
HSL 128.48º 0.99% 0.36% -
HSV(B) 128.48º 0.99% 0.73% -
XYZ 17.56 34.78 6.83 -
YUV 111.97 80.04 48.85 -
System Red Green Blue C M Y K H S L
Decimal 1 185 27 0.99 0 0.85 0.27 128.48 0.99 0.36
Hex 1 B9 1B 63 0 55 1B 80 63 24
Octal 1 271 33 143 0 125 33 200 143 44
Binary 1 10111001 11011 1100011 0 1010101 11011 10000000 1100011 100100

Color Harmonies of #01B91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B91B

Black with #01B91B

Text Example


Text Example

White with #01B91B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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