#1FA544

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

Shades of Pigment Green #1FA544

Tints of Pigment Green #1FA544

Color information

#1FA544 (or 0x1FA544) is unknown color: approx Pigment Green. HEX triplet: 1F, A5 and 44. RGB value is (31,165,68). Sum of RGB (Red+Green+Blue) = 31+165+68=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 165 (64.84% from 255 or 62.5% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA544 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA544 is #E05ABB. Grayscale: #727272. Windows color (decimal): -14703292 or 4498719. OLE color: 4498719.

HSL color Cylindrical-coordinate representation of color #1FA544: hue angle of 136.57º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA544 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB3116568-
CMYK0.8100.590.35
HSL136.57º68.37%38.43%-
HSV(B)136.57º81.21%64.71%-
XYZ15.0627.6210.01-
YUV113.88102.1168.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.74%
GREEN value IS 165 (64.84% from 255) = 62.5%
BLUE value IS 68 (26.95% from 255) = 25.76%
R=11.74%
G=62.5%
B=25.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31165680.8100.590.35136.5768.3738.43
Hex1FA5445103B23894426
Octal372451041210734321110446
Binary1111110100101100010010100010111011100011100010011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FA544; }

 p { color: rgb(31,165,68); }

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

<style>
 a { background-color: #1FA544; }

 a { background-color: rgb(31,165,68); }

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

<style>
 span { border-color: #1FA544; }

 span { border-color: rgb(31,165,68); }

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