Html Css Color HEX #1F6E4F Dark Spring Green

📋 copy color: '#1F6E4F'

red 31 ◦ green 110 ◦ blue 79

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

Shades of Dark Spring Green #1F6E4F

Tints of Dark Spring Green #1F6E4F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 50%

 BLUE value IS 79 (31.25% from 255) = 35.91%

R = 14.09%
G = 50%
B = 35.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#1F6E4F (or 0x1F6E4F) is known color: Dark Spring Green. HEX triplet: 1F, 6E and 4F. RGB value is (31,110,79). Sum of RGB (Red+Green+Blue) = 31+110+79=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #1F6E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6E4F is #E091B0. Grayscale: #525252. Windows color (decimal): -14717361 or 5205535. OLE color: 5205535.

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

Color convert

RGB 31 110 79 -
CMYK 0.72 0 0.28 0.57
HSL 156.46º 0.56% 0.28% -
HSV(B) 156.46º 0.72% 0.43% -
XYZ 7.55 12.01 9.32 -
YUV 82.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 31 110 79 0.72 0 0.28 0.57 156.46 0.56 0.28
Hex 1F 6E 4F 48 0 1C 39 9C 38 1C
Octal 37 156 117 110 0 34 71 234 70 34
Binary 11111 1101110 1001111 1001000 0 11100 111001 10011100 111000 11100

Color Harmonies of #1F6E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6E4F

Black with #1F6E4F

Text Example


Text Example

White with #1F6E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,110,79); }

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

background-color css

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

 a { background-color: rgb(31,110,79); }

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

border-color css

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

 span { border-color: rgb(31,110,79); }

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