Html Css Color HEX #1F7440 Dark Spring Green

📋 copy color: '#1F7440'

red 31 ◦ green 116 ◦ blue 64

#1F7440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #1F7440

Tints of Dark Spring Green #1F7440

RGB

 RED value IS 31 (12.5% from 255) = 14.69%

 GREEN value IS 116 (45.7% from 255) = 54.98%

 BLUE value IS 64 (25.39% from 255) = 30.33%

R = 14.69%
G = 54.98%
B = 30.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#1F7440 (or 0x1F7440) is known color: Dark Spring Green. HEX triplet: 1F, 74 and 40. RGB value is (31,116,64). Sum of RGB (Red+Green+Blue) = 31+116+64=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #1F7440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7440 is #E08BBF. Grayscale: #545454. Windows color (decimal): -14715840 or 4224031. OLE color: 4224031.

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

Color convert

RGB 31 116 64 -
CMYK 0.73 0 0.45 0.55
HSL 143.29º 0.58% 0.29% -
HSV(B) 143.29º 0.73% 0.45% -
XYZ 7.74 13.15 6.98 -
YUV 84.66 116.34 89.73 -
System Red Green Blue C M Y K H S L
Decimal 31 116 64 0.73 0 0.45 0.55 143.29 0.58 0.29
Hex 1F 74 40 49 0 2D 37 8F 3A 1D
Octal 37 164 100 111 0 55 67 217 72 35
Binary 11111 1110100 1000000 1001001 0 101101 110111 10001111 111010 11101

Color Harmonies of #1F7440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7440

Black with #1F7440

Text Example


Text Example

White with #1F7440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F7440;
 }
 .AnyTagClassName
 {
   color: #1F7440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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