Html Css Color HEX #01B249 Pigment Green

📋 copy color: '#01B249'

red 1 ◦ green 178 ◦ blue 73

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

Shades of Pigment Green #01B249

Tints of Pigment Green #01B249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 70.63%

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

R = 0.4%
G = 70.63%
B = 28.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#01B249 (or 0x01B249) is known color: Pigment Green. HEX triplet: 01, B2 and 49. RGB value is (1,178,73). Sum of RGB (Red+Green+Blue) = 1+178+73=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 178 (69.92% from 255 or 70.63% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 178 - color contains mainly: green. Hex color #01B249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01B249 is #FE4DB6. Grayscale: #717171. Windows color (decimal): -16666039 or 4829697. OLE color: 4829697.

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

Color convert

RGB 1 178 73 -
CMYK 0.99 0 0.59 0.30
HSL 144.41º 0.99% 0.35% -
HSV(B) 144.41º 0.99% 0.7% -
XYZ 17.14 32.33 11.64 -
YUV 113.11 105.36 48.04 -
System Red Green Blue C M Y K H S L
Decimal 1 178 73 0.99 0 0.59 0.30 144.41 0.99 0.35
Hex 1 B2 49 63 0 3B 1E 90 63 23
Octal 1 262 111 143 0 73 36 220 143 43
Binary 1 10110010 1001001 1100011 0 111011 11110 10010000 1100011 100011

Color Harmonies of #01B249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B249

Black with #01B249

Text Example


Text Example

White with #01B249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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