Html Css Color HEX #1F6A48 Dark Spring Green

📋 copy color: '#1F6A48'

red 31 ◦ green 106 ◦ blue 72

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

Shades of Dark Spring Green #1F6A48

Tints of Dark Spring Green #1F6A48

RGB

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

 GREEN value IS 106 (41.8% from 255) = 50.72%

 BLUE value IS 72 (28.52% from 255) = 34.45%

R = 14.83%
G = 50.72%
B = 34.45%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#1F6A48 (or 0x1F6A48) is known color: Dark Spring Green. HEX triplet: 1F, 6A and 48. RGB value is (31,106,72). Sum of RGB (Red+Green+Blue) = 31+106+72=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 106 (41.80% from 255 or 50.72% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 106 - color contains mainly: green. Hex color #1F6A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6A48 is #E095B7. Grayscale: #4F4F4F. Windows color (decimal): -14718392 or 4745759. OLE color: 4745759.

HSL color Cylindrical-coordinate representation of color #1F6A48: hue angle of 152.8º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F6A48 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 31 106 72 -
CMYK 0.71 0 0.32 0.58
HSL 152.8º 0.55% 0.27% -
HSV(B) 152.8º 0.71% 0.42% -
XYZ 6.89 11.07 7.9 -
YUV 79.7 123.65 93.26 -
System Red Green Blue C M Y K H S L
Decimal 31 106 72 0.71 0 0.32 0.58 152.8 0.55 0.27
Hex 1F 6A 48 47 0 20 3A 99 37 1B
Octal 37 152 110 107 0 40 72 231 67 33
Binary 11111 1101010 1001000 1000111 0 100000 111010 10011001 110111 11011

Color Harmonies of #1F6A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6A48

Black with #1F6A48

Text Example


Text Example

White with #1F6A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,106,72); }

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

background-color css

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

 a { background-color: rgb(31,106,72); }

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

border-color css

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

 span { border-color: rgb(31,106,72); }

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