#1FC240

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

Shades of Dark Pastel Green #1FC240

Tints of Dark Pastel Green #1FC240

Color information

#1FC240 (or 0x1FC240) is unknown color: approx Dark Pastel Green. HEX triplet: 1F, C2 and 40. RGB value is (31,194,64). Sum of RGB (Red+Green+Blue) = 31+194+64=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 194 (76.17% from 255 or 67.13% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC240 is #E03DBF. Grayscale: #828282. Windows color (decimal): -14695872 or 4243999. OLE color: 4243999.

HSL color Cylindrical-coordinate representation of color #1FC240: hue angle of 132.15º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC240 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB3119464-
CMYK0.8400.670.24
HSL132.15º72.44%44.12%-
HSV(B)132.15º84.02%76.08%-
XYZ20.7839.2511.33-
YUV130.4490.557.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.73%
GREEN value IS 194 (76.17% from 255) = 67.13%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=10.73%
G=67.13%
B=22.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal31194640.8400.670.24132.1572.4444.12
Hex1FC240540431884482c
Octal3730210012401033020411054
Binary1111111000010100000010101000100001111000100001001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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