Html Css Color HEX #1F6D40 Dark Spring Green

📋 copy color: '#1F6D40'

red 31 ◦ green 109 ◦ blue 64

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

Shades of Dark Spring Green #1F6D40

Tints of Dark Spring Green #1F6D40

RGB

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

 GREEN value IS 109 (42.97% from 255) = 53.43%

 BLUE value IS 64 (25.39% from 255) = 31.37%

R = 15.2%
G = 53.43%
B = 31.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#1F6D40 (or 0x1F6D40) is known color: Dark Spring Green. HEX triplet: 1F, 6D and 40. RGB value is (31,109,64). Sum of RGB (Red+Green+Blue) = 31+109+64=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 109 (42.97% from 255 or 53.43% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 109 - color contains mainly: green. Hex color #1F6D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6D40 is #E092BF. Grayscale: #505050. Windows color (decimal): -14717632 or 4222239. OLE color: 4222239.

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

Color convert

RGB 31 109 64 -
CMYK 0.72 0 0.41 0.57
HSL 145.38º 0.56% 0.27% -
HSV(B) 145.38º 0.72% 0.43% -
XYZ 6.96 11.6 6.72 -
YUV 80.55 118.66 92.66 -
System Red Green Blue C M Y K H S L
Decimal 31 109 64 0.72 0 0.41 0.57 145.38 0.56 0.27
Hex 1F 6D 40 48 0 29 39 91 38 1B
Octal 37 155 100 110 0 51 71 221 70 33
Binary 11111 1101101 1000000 1001000 0 101001 111001 10010001 111000 11011

Color Harmonies of #1F6D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6D40

Black with #1F6D40

Text Example


Text Example

White with #1F6D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,109,64); }

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

background-color css

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

 a { background-color: rgb(31,109,64); }

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

border-color css

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

 span { border-color: rgb(31,109,64); }

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