Html Css Color HEX #2B716F Elm

📋 copy color: '#2B716F'

red 43 ◦ green 113 ◦ blue 111

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

Shades of Elm #2B716F

Tints of Elm #2B716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.32%

 BLUE value IS 111 (43.75% from 255) = 41.57%

R = 16.1%
G = 42.32%
B = 41.57%

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

#2B716F (or 0x2B716F) is known color: Elm. HEX triplet: 2B, 71 and 6F. RGB value is (43,113,111). Sum of RGB (Red+Green+Blue) = 43+113+111=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #2B716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B716F is #D48E90. Grayscale: #5B5B5B. Windows color (decimal): -13930129 or 7303467. OLE color: 7303467.

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

Color convert

RGB 43 113 111 -
CMYK 0.62 0 0.02 0.56
HSL 178.29º 0.45% 0.31% -
HSV(B) 178.29º 0.62% 0.44% -
XYZ 9.77 13.47 17.12 -
YUV 91.84 138.81 93.16 -
System Red Green Blue C M Y K H S L
Decimal 43 113 111 0.62 0 0.02 0.56 178.29 0.45 0.31
Hex 2B 71 6F 3E 0 2 38 B2 2D 1F
Octal 53 161 157 76 0 2 70 262 55 37
Binary 101011 1110001 1101111 111110 0 10 111000 10110010 101101 11111

Color Harmonies of #2B716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B716F

Black with #2B716F

Text Example


Text Example

White with #2B716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,113,111); }

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

background-color css

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

 a { background-color: rgb(43,113,111); }

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

border-color css

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

 span { border-color: rgb(43,113,111); }

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