Html Css Color HEX #275A46 Evening Sea

📋 copy color: '#275A46'

red 39 ◦ green 90 ◦ blue 70

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

Shades of Evening Sea #275A46

Tints of Evening Sea #275A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 35.18%

R = 19.6%
G = 45.23%
B = 35.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#275A46 (or 0x275A46) is known color: Evening Sea. HEX triplet: 27, 5A and 46. RGB value is (39,90,70). Sum of RGB (Red+Green+Blue) = 39+90+70=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #275A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275A46 is #D8A5B9. Grayscale: #484848. Windows color (decimal): -14198202 or 4610599. OLE color: 4610599.

HSL color Cylindrical-coordinate representation of color #275A46: hue angle of 156.47º 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 #275A46 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 90 70 -
CMYK 0.57 0 0.22 0.65
HSL 156.47º 0.4% 0.25% -
HSV(B) 156.47º 0.57% 0.35% -
XYZ 5.6 8.19 7.08 -
YUV 72.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 39 90 70 0.57 0 0.22 0.65 156.47 0.4 0.25
Hex 27 5A 46 39 0 16 41 9C 28 19
Octal 47 132 106 71 0 26 101 234 50 31
Binary 100111 1011010 1000110 111001 0 10110 1000001 10011100 101000 11001

Color Harmonies of #275A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A46

Black with #275A46

Text Example


Text Example

White with #275A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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