#1FB740

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

Shades of Dark Pastel Green #1FB740

Tints of Dark Pastel Green #1FB740

Color information

#1FB740 (or 0x1FB740) is unknown color: approx Dark Pastel Green. HEX triplet: 1F, B7 and 40. RGB value is (31,183,64). Sum of RGB (Red+Green+Blue) = 31+183+64=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 183 (71.88% from 255 or 65.83% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 183 - color contains mainly: green. Hex color #1FB740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB740 is #E048BF. Grayscale: #7C7C7C. Windows color (decimal): -14698688 or 4241183. OLE color: 4241183.

HSL color Cylindrical-coordinate representation of color #1FB740: hue angle of 133.03º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB740 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB3118364-
CMYK0.8300.650.28
HSL133.03º71.03%41.96%-
HSV(B)133.03º83.06%71.76%-
XYZ18.4234.5310.54-
YUV123.9994.1461.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.15%
GREEN value IS 183 (71.88% from 255) = 65.83%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=11.15%
G=65.83%
B=23.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal31183640.8300.650.28133.0371.0341.96
Hex1FB740530411C85472a
Octal3726710012301013420510752
Binary1111110110111100000010100110100000111100100001011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,183,64); }

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

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

 a { background-color: rgb(31,183,64); }

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

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

 span { border-color: rgb(31,183,64); }

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