Html Css Color HEX #275B51 Eden

📋 copy color: '#275B51'

red 39 ◦ green 91 ◦ blue 81

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

Shades of Eden #275B51

Tints of Eden #275B51

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.13%

 BLUE value IS 81 (32.03% from 255) = 38.39%

R = 18.48%
G = 43.13%
B = 38.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#275B51 (or 0x275B51) is known color: Eden. HEX triplet: 27, 5B and 51. RGB value is (39,91,81). Sum of RGB (Red+Green+Blue) = 39+91+81=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 91 (35.94% from 255 or 43.13% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 91 - color contains mainly: green. Hex color #275B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B51 is #D8A4AE. Grayscale: #4A4A4A. Windows color (decimal): -14197935 or 5331751. OLE color: 5331751.

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

Color convert

RGB 39 91 81 -
CMYK 0.57 0 0.11 0.64
HSL 168.46º 0.4% 0.25% -
HSV(B) 168.46º 0.57% 0.36% -
XYZ 6.06 8.51 9.11 -
YUV 74.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 39 91 81 0.57 0 0.11 0.64 168.46 0.4 0.25
Hex 27 5B 51 39 0 B 40 A8 28 19
Octal 47 133 121 71 0 13 100 250 50 31
Binary 100111 1011011 1010001 111001 0 1011 1000000 10101000 101000 11001

Color Harmonies of #275B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275B51

Black with #275B51

Text Example


Text Example

White with #275B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,91,81); }

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

background-color css

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

 a { background-color: rgb(39,91,81); }

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

border-color css

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

 span { border-color: rgb(39,91,81); }

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