Html Css Color HEX #275A47 Evening Sea

📋 copy color: '#275A47'

red 39 ◦ green 90 ◦ blue 71

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

Shades of Evening Sea #275A47

Tints of Evening Sea #275A47

RGB

 RED value IS 39 (15.63% from 255) = 19.5%

 GREEN value IS 90 (35.55% from 255) = 45%

 BLUE value IS 71 (28.13% from 255) = 35.5%

R = 19.5%
G = 45%
B = 35.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#275A47 (or 0x275A47) is known color: Evening Sea. HEX triplet: 27, 5A and 47. RGB value is (39,90,71). Sum of RGB (Red+Green+Blue) = 39+90+71=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #275A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275A47 is #D8A5B8. Grayscale: #484848. Windows color (decimal): -14198201 or 4676135. OLE color: 4676135.

HSL color Cylindrical-coordinate representation of color #275A47: hue angle of 157.65º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #275A47 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 90 71 -
CMYK 0.57 0 0.21 0.65
HSL 157.65º 0.4% 0.25% -
HSV(B) 157.65º 0.57% 0.35% -
XYZ 5.63 8.2 7.25 -
YUV 72.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 39 90 71 0.57 0 0.21 0.65 157.65 0.4 0.25
Hex 27 5A 47 39 0 15 41 9E 28 19
Octal 47 132 107 71 0 25 101 236 50 31
Binary 100111 1011010 1000111 111001 0 10101 1000001 10011110 101000 11001

Color Harmonies of #275A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A47

Black with #275A47

Text Example


Text Example

White with #275A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275A47; }

 p { color: rgb(39,90,71); }

 H1.HeaderClassName
 {
   color: #275A47;
 }
 .AnyTagClassName
 {
   color: #275A47;
 }
</style>

background-color css

<style>
 a { background-color: #275A47; }

 a { background-color: rgb(39,90,71); }

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

border-color css

<style>
 span { border-color: #275A47; }

 span { border-color: rgb(39,90,71); }

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