Html Css Color HEX #1F6F4D Dark Spring Green

📋 copy color: '#1F6F4D'

red 31 ◦ green 111 ◦ blue 77

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

Shades of Dark Spring Green #1F6F4D

Tints of Dark Spring Green #1F6F4D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 50.68%

 BLUE value IS 77 (30.47% from 255) = 35.16%

R = 14.16%
G = 50.68%
B = 35.16%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#1F6F4D (or 0x1F6F4D) is known color: Dark Spring Green. HEX triplet: 1F, 6F and 4D. RGB value is (31,111,77). Sum of RGB (Red+Green+Blue) = 31+111+77=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #1F6F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6F4D is #E090B2. Grayscale: #535353. Windows color (decimal): -14717107 or 5074719. OLE color: 5074719.

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

Color convert

RGB 31 111 77 -
CMYK 0.72 0 0.31 0.56
HSL 154.5º 0.56% 0.28% -
HSV(B) 154.5º 0.72% 0.44% -
XYZ 7.59 12.2 8.98 -
YUV 83.2 124.5 90.76 -
System Red Green Blue C M Y K H S L
Decimal 31 111 77 0.72 0 0.31 0.56 154.5 0.56 0.28
Hex 1F 6F 4D 48 0 1F 38 9A 38 1C
Octal 37 157 115 110 0 37 70 232 70 34
Binary 11111 1101111 1001101 1001000 0 11111 111000 10011010 111000 11100

Color Harmonies of #1F6F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6F4D

Black with #1F6F4D

Text Example


Text Example

White with #1F6F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,111,77); }

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

background-color css

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

 a { background-color: rgb(31,111,77); }

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

border-color css

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

 span { border-color: rgb(31,111,77); }

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