#1FB43A

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

Shades of Dark Pastel Green #1FB43A

Tints of Dark Pastel Green #1FB43A

Color information

#1FB43A (or 0x1FB43A) is unknown color: approx Dark Pastel Green. HEX triplet: 1F, B4 and 3A. RGB value is (31,180,58). Sum of RGB (Red+Green+Blue) = 31+180+58=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 180 (70.70% from 255 or 66.91% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB43A is #E04BC5. Grayscale: #797979. Windows color (decimal): -14699462 or 3847199. OLE color: 3847199.

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

Color convert

RGB3118058-
CMYK0.8300.680.29
HSL130.87º70.62%41.37%-
HSV(B)130.87º82.78%70.59%-
XYZ17.6533.249.49-
YUV121.5492.1463.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.52%
GREEN value IS 180 (70.70% from 255) = 66.91%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=11.52%
G=66.91%
B=21.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31180580.8300.680.29130.8770.6241.37
Hex1FB43A530441D834729
Octal372647212301043520310751
Binary111111011010011101010100110100010011101100000111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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