#1FB452

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

Shades of Pigment Green #1FB452

Tints of Pigment Green #1FB452

Color information

#1FB452 (or 0x1FB452) is unknown color: approx Pigment Green. HEX triplet: 1F, B4 and 52. RGB value is (31,180,82). Sum of RGB (Red+Green+Blue) = 31+180+82=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 180 (70.70% from 255 or 61.43% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FB452 is #E04BAD. Grayscale: #7C7C7C. Windows color (decimal): -14699438 or 5420063. OLE color: 5420063.

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

Color convert

RGB3118082-
CMYK0.8300.540.29
HSL140.54º70.62%41.37%-
HSV(B)140.54º82.78%70.59%-
XYZ18.4133.5413.49-
YUV124.28104.1461.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.58%
GREEN value IS 180 (70.70% from 255) = 61.43%
BLUE value IS 82 (32.42% from 255) = 27.99%
R=10.58%
G=61.43%
B=27.99%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31180820.8300.540.29140.5470.6241.37
Hex1FB452530361D8d4729
Octal372641221230663521510751
Binary111111011010010100101010011011011011101100011011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,180,82); }

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

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

 a { background-color: rgb(31,180,82); }

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

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

 span { border-color: rgb(31,180,82); }

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