Html Css Color HEX #1F6B4A Dark Spring Green

📋 copy color: '#1F6B4A'

red 31 ◦ green 107 ◦ blue 74

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

Shades of Dark Spring Green #1F6B4A

Tints of Dark Spring Green #1F6B4A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.47%

 BLUE value IS 74 (29.3% from 255) = 34.91%

R = 14.62%
G = 50.47%
B = 34.91%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#1F6B4A (or 0x1F6B4A) is known color: Dark Spring Green. HEX triplet: 1F, 6B and 4A. RGB value is (31,107,74). Sum of RGB (Red+Green+Blue) = 31+107+74=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #1F6B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6B4A is #E094B5. Grayscale: #505050. Windows color (decimal): -14718134 or 4877087. OLE color: 4877087.

HSL color Cylindrical-coordinate representation of color #1F6B4A: hue angle of 153.95º 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 #1F6B4A is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 31 107 74 -
CMYK 0.71 0 0.31 0.58
HSL 153.95º 0.55% 0.27% -
HSV(B) 153.95º 0.71% 0.42% -
XYZ 7.06 11.3 8.29 -
YUV 80.51 124.32 92.68 -
System Red Green Blue C M Y K H S L
Decimal 31 107 74 0.71 0 0.31 0.58 153.95 0.55 0.27
Hex 1F 6B 4A 47 0 1F 3A 9A 37 1B
Octal 37 153 112 107 0 37 72 232 67 33
Binary 11111 1101011 1001010 1000111 0 11111 111010 10011010 110111 11011

Color Harmonies of #1F6B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6B4A

Black with #1F6B4A

Text Example


Text Example

White with #1F6B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,107,74); }

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

background-color css

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

 a { background-color: rgb(31,107,74); }

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

border-color css

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

 span { border-color: rgb(31,107,74); }

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