Html Css Color HEX #01B149 Pigment Green

📋 copy color: '#01B149'

red 1 ◦ green 177 ◦ blue 73

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

Shades of Pigment Green #01B149

Tints of Pigment Green #01B149

RGB

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

 GREEN value IS 177 (69.53% from 255) = 70.52%

 BLUE value IS 73 (28.91% from 255) = 29.08%

R = 0.4%
G = 70.52%
B = 29.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#01B149 (or 0x01B149) is known color: Pigment Green. HEX triplet: 01, B1 and 49. RGB value is (1,177,73). Sum of RGB (Red+Green+Blue) = 1+177+73=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 177 (69.53% from 255 or 70.52% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 177 - color contains mainly: green. Hex color #01B149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01B149 is #FE4EB6. Grayscale: #707070. Windows color (decimal): -16666295 or 4829441. OLE color: 4829441.

HSL color Cylindrical-coordinate representation of color #01B149: hue angle of 144.55º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B149 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 177 73 -
CMYK 0.99 0 0.59 0.31
HSL 144.55º 0.99% 0.35% -
HSV(B) 144.55º 0.99% 0.69% -
XYZ 16.94 31.93 11.57 -
YUV 112.52 105.69 48.46 -
System Red Green Blue C M Y K H S L
Decimal 1 177 73 0.99 0 0.59 0.31 144.55 0.99 0.35
Hex 1 B1 49 63 0 3B 1F 91 63 23
Octal 1 261 111 143 0 73 37 221 143 43
Binary 1 10110001 1001001 1100011 0 111011 11111 10010001 1100011 100011

Color Harmonies of #01B149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B149

Black with #01B149

Text Example


Text Example

White with #01B149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,177,73); }

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

background-color css

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

 a { background-color: rgb(1,177,73); }

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

border-color css

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

 span { border-color: rgb(1,177,73); }

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