Html Css Color HEX #2B706E Elm

📋 copy color: '#2B706E'

red 43 ◦ green 112 ◦ blue 110

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

Shades of Elm #2B706E

Tints of Elm #2B706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.26%

 BLUE value IS 110 (43.36% from 255) = 41.51%

R = 16.23%
G = 42.26%
B = 41.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#2B706E (or 0x2B706E) is known color: Elm. HEX triplet: 2B, 70 and 6E. RGB value is (43,112,110). Sum of RGB (Red+Green+Blue) = 43+112+110=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #2B706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B706E is #D48F91. Grayscale: #5B5B5B. Windows color (decimal): -13930386 or 7237675. OLE color: 7237675.

HSL color Cylindrical-coordinate representation of color #2B706E: hue angle of 178.26º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B706E is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 112 110 -
CMYK 0.62 0 0.02 0.56
HSL 178.26º 0.45% 0.3% -
HSV(B) 178.26º 0.62% 0.44% -
XYZ 9.6 13.23 16.8 -
YUV 91.14 138.64 93.66 -
System Red Green Blue C M Y K H S L
Decimal 43 112 110 0.62 0 0.02 0.56 178.26 0.45 0.3
Hex 2B 70 6E 3E 0 2 38 B2 2D 1E
Octal 53 160 156 76 0 2 70 262 55 36
Binary 101011 1110000 1101110 111110 0 10 111000 10110010 101101 11110

Color Harmonies of #2B706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B706E

Black with #2B706E

Text Example


Text Example

White with #2B706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,112,110); }

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

background-color css

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

 a { background-color: rgb(43,112,110); }

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

border-color css

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

 span { border-color: rgb(43,112,110); }

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