#01B34A

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

Shades of Pigment Green #01B34A

Tints of Pigment Green #01B34A

Color information

#01B34A (or 0x01B34A) is unknown color: approx Pigment Green. HEX triplet: 01, B3 and 4A. RGB value is (1,179,74). Sum of RGB (Red+Green+Blue) = 1+179+74=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 179 (70.31% from 255 or 70.47% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 179 - color contains mainly: green. Hex color #01B34A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B34A is #FE4CB5. Grayscale: #727272. Windows color (decimal): -16665782 or 4895489. OLE color: 4895489.

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

Color convert

RGB117974-
CMYK0.9900.590.30
HSL144.61º98.89%35.29%-
HSV(B)144.61º99.44%70.2%-
XYZ17.3732.7411.88-
YUV113.81105.5347.54-

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.47%
BLUE value IS 74 (29.30% from 255) = 29.13%
R=0.39%
G=70.47%
B=29.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1179740.9900.590.30144.6198.8935.29
Hex1B34A6303B1E916323
Octal12631121430733622114343
Binary11011001110010101100011011101111110100100011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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