Html Css Color HEX #01B046 Pigment Green

📋 copy color: '#01B046'

red 1 ◦ green 176 ◦ blue 70

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

Shades of Pigment Green #01B046

Tints of Pigment Green #01B046

RGB

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

 GREEN value IS 176 (69.14% from 255) = 71.26%

 BLUE value IS 70 (27.73% from 255) = 28.34%

R = 0.4%
G = 71.26%
B = 28.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#01B046 (or 0x01B046) is known color: Pigment Green. HEX triplet: 01, B0 and 46. RGB value is (1,176,70). Sum of RGB (Red+Green+Blue) = 1+176+70=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 176 (69.14% from 255 or 71.26% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 176 - color contains mainly: green. Hex color #01B046 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01B046 is #FE4FB9. Grayscale: #6F6F6F. Windows color (decimal): -16666554 or 4632577. OLE color: 4632577.

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

Color convert

RGB 1 176 70 -
CMYK 0.99 0 0.60 0.31
HSL 143.66º 0.99% 0.35% -
HSV(B) 143.66º 0.99% 0.69% -
XYZ 16.64 31.5 11 -
YUV 111.59 104.52 49.12 -
System Red Green Blue C M Y K H S L
Decimal 1 176 70 0.99 0 0.60 0.31 143.66 0.99 0.35
Hex 1 B0 46 63 0 3C 1F 90 63 23
Octal 1 260 106 143 0 74 37 220 143 43
Binary 1 10110000 1000110 1100011 0 111100 11111 10010000 1100011 100011

Color Harmonies of #01B046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B046

Black with #01B046

Text Example


Text Example

White with #01B046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,176,70); }

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

background-color css

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

 a { background-color: rgb(1,176,70); }

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

border-color css

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

 span { border-color: rgb(1,176,70); }

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