#1F7244

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

Shades of Dark Spring Green #1F7244

Tints of Dark Spring Green #1F7244

Color information

#1F7244 (or 0x1F7244) is unknown color: approx Dark Spring Green. HEX triplet: 1F, 72 and 44. RGB value is (31,114,68). Sum of RGB (Red+Green+Blue) = 31+114+68=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #1F7244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7244 is #E08DBB. Grayscale: #545454. Windows color (decimal): -14716348 or 4485663. OLE color: 4485663.

HSL color Cylindrical-coordinate representation of color #1F7244: hue angle of 146.75º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7244 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB3111468-
CMYK0.7300.400.55
HSL146.75º57.24%28.43%-
HSV(B)146.75º72.81%44.71%-
XYZ7.6312.747.53-
YUV83.9411990.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.55%
GREEN value IS 114 (44.92% from 255) = 53.52%
BLUE value IS 68 (26.95% from 255) = 31.92%
R=14.55%
G=53.52%
B=31.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31114680.7300.400.55146.7557.2428.43
Hex1F7244490283793391c
Octal37162104111050672237134
Binary1111111100101000100100100101010001101111001001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,114,68); }

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

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

 a { background-color: rgb(31,114,68); }

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

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

 span { border-color: rgb(31,114,68); }

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