Html Css Color HEX #01B91C Dark Pastel Green

📋 copy color: '#01B91C'

red 1 ◦ green 185 ◦ blue 28

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

Shades of Dark Pastel Green #01B91C

Tints of Dark Pastel Green #01B91C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.08%

R = 0.47%
G = 86.45%
B = 13.08%

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

#01B91C (or 0x01B91C) is known color: Dark Pastel Green. HEX triplet: 01, B9 and 1C. RGB value is (1,185,28). Sum of RGB (Red+Green+Blue) = 1+185+28=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 185 (72.66% from 255 or 86.45% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 185 - color contains mainly: green. Hex color #01B91C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B91C is #FE46E3. Grayscale: #707070. Windows color (decimal): -16664292 or 1882369. OLE color: 1882369.

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

Color convert

RGB 1 185 28 -
CMYK 0.99 0 0.85 0.27
HSL 128.8º 0.99% 0.36% -
HSV(B) 128.8º 0.99% 0.73% -
XYZ 17.57 34.79 6.89 -
YUV 112.09 80.54 48.77 -
System Red Green Blue C M Y K H S L
Decimal 1 185 28 0.99 0 0.85 0.27 128.8 0.99 0.36
Hex 1 B9 1C 63 0 55 1B 81 63 24
Octal 1 271 34 143 0 125 33 201 143 44
Binary 1 10111001 11100 1100011 0 1010101 11011 10000001 1100011 100100

Color Harmonies of #01B91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B91C

Black with #01B91C

Text Example


Text Example

White with #01B91C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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