Html Css Color HEX #1F7341 Dark Spring Green

📋 copy color: '#1F7341'

red 31 ◦ green 115 ◦ blue 65

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

Shades of Dark Spring Green #1F7341

Tints of Dark Spring Green #1F7341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 54.5%

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

R = 14.69%
G = 54.5%
B = 30.81%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#1F7341 (or 0x1F7341) is known color: Dark Spring Green. HEX triplet: 1F, 73 and 41. RGB value is (31,115,65). Sum of RGB (Red+Green+Blue) = 31+115+65=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #1F7341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7341 is #E08CBE. Grayscale: #545454. Windows color (decimal): -14716095 or 4289311. OLE color: 4289311.

HSL color Cylindrical-coordinate representation of color #1F7341: hue angle of 144.29º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7341 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 115 65 -
CMYK 0.73 0 0.43 0.55
HSL 144.29º 0.58% 0.29% -
HSV(B) 144.29º 0.73% 0.45% -
XYZ 7.65 12.93 7.09 -
YUV 84.18 117.17 90.07 -
System Red Green Blue C M Y K H S L
Decimal 31 115 65 0.73 0 0.43 0.55 144.29 0.58 0.29
Hex 1F 73 41 49 0 2B 37 90 3A 1D
Octal 37 163 101 111 0 53 67 220 72 35
Binary 11111 1110011 1000001 1001001 0 101011 110111 10010000 111010 11101

Color Harmonies of #1F7341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7341

Black with #1F7341

Text Example


Text Example

White with #1F7341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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