Html Css Color HEX #1F7041 Dark Spring Green

📋 copy color: '#1F7041'

red 31 ◦ green 112 ◦ blue 65

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

Shades of Dark Spring Green #1F7041

Tints of Dark Spring Green #1F7041

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.85%

 BLUE value IS 65 (25.78% from 255) = 31.25%

R = 14.9%
G = 53.85%
B = 31.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#1F7041 (or 0x1F7041) is known color: Dark Spring Green. HEX triplet: 1F, 70 and 41. RGB value is (31,112,65). Sum of RGB (Red+Green+Blue) = 31+112+65=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7041 is #E08FBE. Grayscale: #525252. Windows color (decimal): -14716863 or 4288543. OLE color: 4288543.

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

Color convert

RGB 31 112 65 -
CMYK 0.72 0 0.42 0.56
HSL 145.19º 0.57% 0.28% -
HSV(B) 145.19º 0.72% 0.44% -
XYZ 7.31 12.26 6.98 -
YUV 82.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 31 112 65 0.72 0 0.42 0.56 145.19 0.57 0.28
Hex 1F 70 41 48 0 2A 38 91 39 1C
Octal 37 160 101 110 0 52 70 221 71 34
Binary 11111 1110000 1000001 1001000 0 101010 111000 10010001 111001 11100

Color Harmonies of #1F7041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7041

Black with #1F7041

Text Example


Text Example

White with #1F7041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,112,65); }

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

background-color css

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

 a { background-color: rgb(31,112,65); }

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

border-color css

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

 span { border-color: rgb(31,112,65); }

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