Html Css Color HEX #2B8875 Elm

📋 copy color: '#2B8875'

red 43 ◦ green 136 ◦ blue 117

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

Shades of Elm #2B8875

Tints of Elm #2B8875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.95%

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 14.53%
G = 45.95%
B = 39.53%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#2B8875 (or 0x2B8875) is known color: Elm. HEX triplet: 2B, 88 and 75. RGB value is (43,136,117). Sum of RGB (Red+Green+Blue) = 43+136+117=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #2B8875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8875 is #D4778A. Grayscale: #6A6A6A. Windows color (decimal): -13924235 or 7702571. OLE color: 7702571.

HSL color Cylindrical-coordinate representation of color #2B8875: hue angle of 167.74º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B8875 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 136 117 -
CMYK 0.68 0 0.14 0.47
HSL 167.74º 0.52% 0.35% -
HSV(B) 167.74º 0.68% 0.53% -
XYZ 13.01 19.41 19.89 -
YUV 106.03 134.19 83.04 -
System Red Green Blue C M Y K H S L
Decimal 43 136 117 0.68 0 0.14 0.47 167.74 0.52 0.35
Hex 2B 88 75 44 0 E 2F A8 34 23
Octal 53 210 165 104 0 16 57 250 64 43
Binary 101011 10001000 1110101 1000100 0 1110 101111 10101000 110100 100011

Color Harmonies of #2B8875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8875

Black with #2B8875

Text Example


Text Example

White with #2B8875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,136,117); }

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

background-color css

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

 a { background-color: rgb(43,136,117); }

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

border-color css

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

 span { border-color: rgb(43,136,117); }

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