#1FB350

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

Shades of Pigment Green #1FB350

Tints of Pigment Green #1FB350

Color information

#1FB350 (or 0x1FB350) is unknown color: approx Pigment Green. HEX triplet: 1F, B3 and 50. RGB value is (31,179,80). Sum of RGB (Red+Green+Blue) = 31+179+80=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 179 (70.31% from 255 or 61.72% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 179 - color contains mainly: green. Hex color #1FB350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FB350 is #E04CAF. Grayscale: #7B7B7B. Windows color (decimal): -14699696 or 5288735. OLE color: 5288735.

HSL color Cylindrical-coordinate representation of color #1FB350: hue angle of 139.86º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB350 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB3117980-
CMYK0.8300.550.30
HSL139.86º70.48%41.18%-
HSV(B)139.86º82.68%70.2%-
XYZ18.1333.1113.02-
YUV123.46103.4762.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.69%
GREEN value IS 179 (70.31% from 255) = 61.72%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=10.69%
G=61.72%
B=27.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31179800.8300.550.30139.8670.4841.18
Hex1FB350530371E8c4629
Octal372631201230673621410651
Binary111111011001110100001010011011011111110100011001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,179,80); }

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

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

 a { background-color: rgb(31,179,80); }

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

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

 span { border-color: rgb(31,179,80); }

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