#1F7C42

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

Shades of Dark Spring Green #1F7C42

Tints of Dark Spring Green #1F7C42

Color information

#1F7C42 (or 0x1F7C42) is unknown color: approx Dark Spring Green. HEX triplet: 1F, 7C and 42. RGB value is (31,124,66). Sum of RGB (Red+Green+Blue) = 31+124+66=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #1F7C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7C42 is #E083BD. Grayscale: #595959. Windows color (decimal): -14713790 or 4357151. OLE color: 4357151.

HSL color Cylindrical-coordinate representation of color #1F7C42: hue angle of 142.58º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7C42 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB3112466-
CMYK0.7500.470.51
HSL142.58º60%30.39%-
HSV(B)142.58º75%48.63%-
XYZ8.7615.17.61-
YUV89.58114.6986.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.03%
GREEN value IS 124 (48.83% from 255) = 56.11%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=14.03%
G=56.11%
B=29.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31124660.7500.470.51142.586030.39
Hex1F7C424B02F338f3c1e
Octal37174102113057632177436
Binary1111111111001000010100101101011111100111000111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,124,66); }

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

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

 a { background-color: rgb(31,124,66); }

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

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

 span { border-color: rgb(31,124,66); }

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