#01B252

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

Shades of Pigment Green #01B252

Tints of Pigment Green #01B252

Color information

#01B252 (or 0x01B252) is unknown color: approx Pigment Green. HEX triplet: 01, B2 and 52. RGB value is (1,178,82). Sum of RGB (Red+Green+Blue) = 1+178+82=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 178 (69.92% from 255 or 68.20% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 178 - color contains mainly: green. Hex color #01B252 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01B252 is #FE4DAD. Grayscale: #727272. Windows color (decimal): -16666030 or 5419521. OLE color: 5419521.

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

Color convert

RGB117882-
CMYK0.9900.540.30
HSL147.46º98.88%35.1%-
HSV(B)147.46º99.44%69.8%-
XYZ17.4632.4613.33-
YUV114.13109.8647.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 178 (69.92% from 255) = 68.20%
BLUE value IS 82 (32.42% from 255) = 31.42%
R=0.38%
G=68.20%
B=31.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1178820.9900.540.30147.4698.8835.1
Hex1B252630361E936323
Octal12621221430663622314343
Binary11011001010100101100011011011011110100100111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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