Html Css Color HEX #2B6D6C Elm

📋 copy color: '#2B6D6C'

red 43 ◦ green 109 ◦ blue 108

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

Shades of Elm #2B6D6C

Tints of Elm #2B6D6C

RGB

 RED value IS 43 (17.19% from 255) = 16.54%

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

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

R = 16.54%
G = 41.92%
B = 41.54%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#2B6D6C (or 0x2B6D6C) is known color: Elm. HEX triplet: 2B, 6D and 6C. RGB value is (43,109,108). Sum of RGB (Red+Green+Blue) = 43+109+108=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 109 - color contains mainly: green. Hex color #2B6D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6D6C is #D49293. Grayscale: #595959. Windows color (decimal): -13931156 or 7105835. OLE color: 7105835.

HSL color Cylindrical-coordinate representation of color #2B6D6C: hue angle of 179.09º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6D6C is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB 43 109 108 -
CMYK 0.61 0 0.01 0.57
HSL 179.09º 0.43% 0.3% -
HSV(B) 179.09º 0.61% 0.43% -
XYZ 9.17 12.53 16.12 -
YUV 89.15 138.63 95.08 -
System Red Green Blue C M Y K H S L
Decimal 43 109 108 0.61 0 0.01 0.57 179.09 0.43 0.3
Hex 2B 6D 6C 3D 0 1 39 B3 2B 1E
Octal 53 155 154 75 0 1 71 263 53 36
Binary 101011 1101101 1101100 111101 0 1 111001 10110011 101011 11110

Color Harmonies of #2B6D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6D6C

Black with #2B6D6C

Text Example


Text Example

White with #2B6D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B6D6C; }

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

 H1.HeaderClassName
 {
   color: #2B6D6C;
 }
 .AnyTagClassName
 {
   color: #2B6D6C;
 }
</style>

background-color css

<style>
 a { background-color: #2B6D6C; }

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

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

border-color css

<style>
 span { border-color: #2B6D6C; }

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

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