Html Css Color HEX #1F5C45 Evening Sea

📋 copy color: '#1F5C45'

red 31 ◦ green 92 ◦ blue 69

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

Shades of Evening Sea #1F5C45

Tints of Evening Sea #1F5C45

RGB

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

 GREEN value IS 92 (36.33% from 255) = 47.92%

 BLUE value IS 69 (27.34% from 255) = 35.94%

R = 16.15%
G = 47.92%
B = 35.94%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#1F5C45 (or 0x1F5C45) is known color: Evening Sea. HEX triplet: 1F, 5C and 45. RGB value is (31,92,69). Sum of RGB (Red+Green+Blue) = 31+92+69=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 92 - color contains mainly: green. Hex color #1F5C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5C45 is #E0A3BA. Grayscale: #474747. Windows color (decimal): -14721979 or 4545567. OLE color: 4545567.

HSL color Cylindrical-coordinate representation of color #1F5C45: hue angle of 157.38º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5C45 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 92 69 -
CMYK 0.66 0 0.25 0.64
HSL 157.38º 0.5% 0.24% -
HSV(B) 157.38º 0.66% 0.36% -
XYZ 5.47 8.38 6.96 -
YUV 71.14 126.79 99.37 -
System Red Green Blue C M Y K H S L
Decimal 31 92 69 0.66 0 0.25 0.64 157.38 0.5 0.24
Hex 1F 5C 45 42 0 19 40 9D 32 18
Octal 37 134 105 102 0 31 100 235 62 30
Binary 11111 1011100 1000101 1000010 0 11001 1000000 10011101 110010 11000

Color Harmonies of #1F5C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5C45

Black with #1F5C45

Text Example


Text Example

White with #1F5C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,92,69); }

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

background-color css

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

 a { background-color: rgb(31,92,69); }

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

border-color css

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

 span { border-color: rgb(31,92,69); }

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