Html Css Color HEX #1F6E52 Evening Sea

📋 copy color: '#1F6E52'

red 31 ◦ green 110 ◦ blue 82

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

Shades of Evening Sea #1F6E52

Tints of Evening Sea #1F6E52

RGB

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

 GREEN value IS 110 (43.36% from 255) = 49.33%

 BLUE value IS 82 (32.42% from 255) = 36.77%

R = 13.9%
G = 49.33%
B = 36.77%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#1F6E52 (or 0x1F6E52) is known color: Evening Sea. HEX triplet: 1F, 6E and 52. RGB value is (31,110,82). Sum of RGB (Red+Green+Blue) = 31+110+82=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #1F6E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6E52 is #E091AD. Grayscale: #535353. Windows color (decimal): -14717358 or 5402143. OLE color: 5402143.

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

Color convert

RGB 31 110 82 -
CMYK 0.72 0 0.25 0.57
HSL 158.73º 0.56% 0.28% -
HSV(B) 158.73º 0.72% 0.43% -
XYZ 7.66 12.05 9.91 -
YUV 83.19 127.33 90.78 -
System Red Green Blue C M Y K H S L
Decimal 31 110 82 0.72 0 0.25 0.57 158.73 0.56 0.28
Hex 1F 6E 52 48 0 19 39 9F 38 1C
Octal 37 156 122 110 0 31 71 237 70 34
Binary 11111 1101110 1010010 1001000 0 11001 111001 10011111 111000 11100

Color Harmonies of #1F6E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6E52

Black with #1F6E52

Text Example


Text Example

White with #1F6E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,110,82); }

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

background-color css

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

 a { background-color: rgb(31,110,82); }

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

border-color css

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

 span { border-color: rgb(31,110,82); }

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