#01B34B

Color #01B34B Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #01B34B

Tints of Pigment Green #01B34B

Color information

#01B34B (or 0x01B34B) is unknown color: approx Pigment Green. HEX triplet: 01, B3 and 4B. RGB value is (1,179,75). Sum of RGB (Red+Green+Blue) = 1+179+75=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 179 (70.31% from 255 or 70.20% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 179 - color contains mainly: green. Hex color #01B34B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B34B is #FE4CB4. Grayscale: #727272. Windows color (decimal): -16665781 or 4961025. OLE color: 4961025.

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

Color convert

RGB117975-
CMYK0.9900.580.30
HSL144.94º98.89%35.29%-
HSV(B)144.94º99.44%70.2%-
XYZ17.432.7512.06-
YUV113.92106.0347.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 179 (70.31% from 255) = 70.20%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=0.39%
G=70.20%
B=29.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1179750.9900.580.30144.9498.8935.29
Hex1B34B6303A1E916323
Octal12631131430723622114343
Binary11011001110010111100011011101011110100100011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,179,75); }

 H1.HeaderClassName
 {
   color: #01B34B;
 }
 .AnyTagClassName
 {
   color: #01B34B;
 }
</style>
background-color css

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

 a { background-color: rgb(1,179,75); }

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

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

 span { border-color: rgb(1,179,75); }

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