#1FB449

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

Shades of Dark Pastel Green #1FB449

Tints of Dark Pastel Green #1FB449

Color information

#1FB449 (or 0x1FB449) is unknown color: approx Dark Pastel Green. HEX triplet: 1F, B4 and 49. RGB value is (31,180,73). Sum of RGB (Red+Green+Blue) = 31+180+73=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 180 (70.70% from 255 or 63.38% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB449 is #E04BB6. Grayscale: #7B7B7B. Windows color (decimal): -14699447 or 4830239. OLE color: 4830239.

HSL color Cylindrical-coordinate representation of color #1FB449: hue angle of 136.91º 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 #1FB449 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB3118073-
CMYK0.8300.590.29
HSL136.91º70.62%41.37%-
HSV(B)136.91º82.78%70.59%-
XYZ18.0933.4111.8-
YUV123.2599.6462.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.92%
GREEN value IS 180 (70.70% from 255) = 63.38%
BLUE value IS 73 (28.91% from 255) = 25.70%
R=10.92%
G=63.38%
B=25.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31180730.8300.590.29136.9170.6241.37
Hex1FB4495303B1D894729
Octal372641111230733521110751
Binary111111011010010010011010011011101111101100010011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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