Html Css Color HEX #1F6F41 Dark Spring Green

📋 copy color: '#1F6F41'

red 31 ◦ green 111 ◦ blue 65

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

Shades of Dark Spring Green #1F6F41

Tints of Dark Spring Green #1F6F41

RGB

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

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

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

R = 14.98%
G = 53.62%
B = 31.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#1F6F41 (or 0x1F6F41) is known color: Dark Spring Green. HEX triplet: 1F, 6F and 41. RGB value is (31,111,65). Sum of RGB (Red+Green+Blue) = 31+111+65=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #1F6F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6F41 is #E090BE. Grayscale: #515151. Windows color (decimal): -14717119 or 4288287. OLE color: 4288287.

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

Color convert

RGB 31 111 65 -
CMYK 0.72 0 0.41 0.56
HSL 145.5º 0.56% 0.28% -
HSV(B) 145.5º 0.72% 0.44% -
XYZ 7.2 12.04 6.95 -
YUV 81.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 31 111 65 0.72 0 0.41 0.56 145.5 0.56 0.28
Hex 1F 6F 41 48 0 29 38 92 38 1C
Octal 37 157 101 110 0 51 70 222 70 34
Binary 11111 1101111 1000001 1001000 0 101001 111000 10010010 111000 11100

Color Harmonies of #1F6F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6F41

Black with #1F6F41

Text Example


Text Example

White with #1F6F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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