Html Css Color HEX #1F6C5D Eden

📋 copy color: '#1F6C5D'

red 31 ◦ green 108 ◦ blue 93

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

Shades of Eden #1F6C5D

Tints of Eden #1F6C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.55%

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 13.36%
G = 46.55%
B = 40.09%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#1F6C5D (or 0x1F6C5D) is known color: Eden. HEX triplet: 1F, 6C and 5D. RGB value is (31,108,93). Sum of RGB (Red+Green+Blue) = 31+108+93=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 108 - color contains mainly: green. Hex color #1F6C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6C5D is #E093A2. Grayscale: #535353. Windows color (decimal): -14717859 or 6122527. OLE color: 6122527.

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

Color convert

RGB 31 108 93 -
CMYK 0.71 0 0.14 0.58
HSL 168.31º 0.55% 0.27% -
HSV(B) 168.31º 0.71% 0.42% -
XYZ 7.9 11.81 12.22 -
YUV 83.27 133.49 90.72 -
System Red Green Blue C M Y K H S L
Decimal 31 108 93 0.71 0 0.14 0.58 168.31 0.55 0.27
Hex 1F 6C 5D 47 0 E 3A A8 37 1B
Octal 37 154 135 107 0 16 72 250 67 33
Binary 11111 1101100 1011101 1000111 0 1110 111010 10101000 110111 11011

Color Harmonies of #1F6C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6C5D

Black with #1F6C5D

Text Example


Text Example

White with #1F6C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,108,93); }

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

background-color css

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

 a { background-color: rgb(31,108,93); }

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

border-color css

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

 span { border-color: rgb(31,108,93); }

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