Html Css Color HEX #1F714C Dark Spring Green

📋 copy color: '#1F714C'

red 31 ◦ green 113 ◦ blue 76

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

Shades of Dark Spring Green #1F714C

Tints of Dark Spring Green #1F714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.36%

 BLUE value IS 76 (30.08% from 255) = 34.55%

R = 14.09%
G = 51.36%
B = 34.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#1F714C (or 0x1F714C) is known color: Dark Spring Green. HEX triplet: 1F, 71 and 4C. RGB value is (31,113,76). Sum of RGB (Red+Green+Blue) = 31+113+76=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #1F714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F714C is #E08EB3. Grayscale: #545454. Windows color (decimal): -14716596 or 5009695. OLE color: 5009695.

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

Color convert

RGB 31 113 76 -
CMYK 0.73 0 0.33 0.56
HSL 152.93º 0.57% 0.28% -
HSV(B) 152.93º 0.73% 0.44% -
XYZ 7.77 12.62 8.86 -
YUV 84.26 123.33 90.01 -
System Red Green Blue C M Y K H S L
Decimal 31 113 76 0.73 0 0.33 0.56 152.93 0.57 0.28
Hex 1F 71 4C 49 0 21 38 99 39 1C
Octal 37 161 114 111 0 41 70 231 71 34
Binary 11111 1110001 1001100 1001001 0 100001 111000 10011001 111001 11100

Color Harmonies of #1F714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F714C

Black with #1F714C

Text Example


Text Example

White with #1F714C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,113,76); }

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

background-color css

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

 a { background-color: rgb(31,113,76); }

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

border-color css

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

 span { border-color: rgb(31,113,76); }

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