Html Css Color HEX #276D6C Elm

📋 copy color: '#276D6C'

red 39 ◦ green 109 ◦ blue 108

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

Shades of Elm #276D6C

Tints of Elm #276D6C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.58%

 BLUE value IS 108 (42.58% from 255) = 42.19%

R = 15.23%
G = 42.58%
B = 42.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#276D6C (or 0x276D6C) is known color: Elm. HEX triplet: 27, 6D and 6C. RGB value is (39,109,108). Sum of RGB (Red+Green+Blue) = 39+109+108=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #276D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276D6C is #D89293. Grayscale: #575757. Windows color (decimal): -14193300 or 7105831. OLE color: 7105831.

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

Color convert

RGB 39 109 108 -
CMYK 0.64 0 0.01 0.57
HSL 179.14º 0.47% 0.29% -
HSV(B) 179.14º 0.64% 0.43% -
XYZ 9.01 12.45 16.12 -
YUV 87.96 139.31 93.08 -
System Red Green Blue C M Y K H S L
Decimal 39 109 108 0.64 0 0.01 0.57 179.14 0.47 0.29
Hex 27 6D 6C 40 0 1 39 B3 2F 1D
Octal 47 155 154 100 0 1 71 263 57 35
Binary 100111 1101101 1101100 1000000 0 1 111001 10110011 101111 11101

Color Harmonies of #276D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276D6C

Black with #276D6C

Text Example


Text Example

White with #276D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,109,108); }

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

background-color css

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

 a { background-color: rgb(39,109,108); }

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

border-color css

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

 span { border-color: rgb(39,109,108); }

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