Html Css Color HEX #1F7046 Dark Spring Green

📋 copy color: '#1F7046'

red 31 ◦ green 112 ◦ blue 70

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

Shades of Dark Spring Green #1F7046

Tints of Dark Spring Green #1F7046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.86%

R = 14.55%
G = 52.58%
B = 32.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#1F7046 (or 0x1F7046) is known color: Dark Spring Green. HEX triplet: 1F, 70 and 46. RGB value is (31,112,70). Sum of RGB (Red+Green+Blue) = 31+112+70=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7046 is #E08FB9. Grayscale: #535353. Windows color (decimal): -14716858 or 4616223. OLE color: 4616223.

HSL color Cylindrical-coordinate representation of color #1F7046: hue angle of 148.89º 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 #1F7046 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 112 70 -
CMYK 0.72 0 0.38 0.56
HSL 148.89º 0.57% 0.28% -
HSV(B) 148.89º 0.72% 0.44% -
XYZ 7.46 12.32 7.78 -
YUV 82.99 120.66 90.92 -
System Red Green Blue C M Y K H S L
Decimal 31 112 70 0.72 0 0.38 0.56 148.89 0.57 0.28
Hex 1F 70 46 48 0 26 38 95 39 1C
Octal 37 160 106 110 0 46 70 225 71 34
Binary 11111 1110000 1000110 1001000 0 100110 111000 10010101 111001 11100

Color Harmonies of #1F7046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7046

Black with #1F7046

Text Example


Text Example

White with #1F7046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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