Html Css Color HEX #276E6A Elm

📋 copy color: '#276E6A'

red 39 ◦ green 110 ◦ blue 106

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

Shades of Elm #276E6A

Tints of Elm #276E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.57%

R = 15.29%
G = 43.14%
B = 41.57%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#276E6A (or 0x276E6A) is known color: Elm. HEX triplet: 27, 6E and 6A. RGB value is (39,110,106). Sum of RGB (Red+Green+Blue) = 39+110+106=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 110 - color contains mainly: green. Hex color #276E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276E6A is #D89195. Grayscale: #585858. Windows color (decimal): -14193046 or 6975015. OLE color: 6975015.

HSL color Cylindrical-coordinate representation of color #276E6A: hue angle of 176.62º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276E6A is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB 39 110 106 -
CMYK 0.65 0 0.04 0.57
HSL 176.62º 0.48% 0.29% -
HSV(B) 176.62º 0.65% 0.43% -
XYZ 9.01 12.62 15.6 -
YUV 88.32 137.98 92.83 -
System Red Green Blue C M Y K H S L
Decimal 39 110 106 0.65 0 0.04 0.57 176.62 0.48 0.29
Hex 27 6E 6A 41 0 4 39 B1 30 1D
Octal 47 156 152 101 0 4 71 261 60 35
Binary 100111 1101110 1101010 1000001 0 100 111001 10110001 110000 11101

Color Harmonies of #276E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276E6A

Black with #276E6A

Text Example


Text Example

White with #276E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276E6A; }

 p { color: rgb(39,110,106); }

 H1.HeaderClassName
 {
   color: #276E6A;
 }
 .AnyTagClassName
 {
   color: #276E6A;
 }
</style>

background-color css

<style>
 a { background-color: #276E6A; }

 a { background-color: rgb(39,110,106); }

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

border-color css

<style>
 span { border-color: #276E6A; }

 span { border-color: rgb(39,110,106); }

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