Html Css Color HEX #2B7870 Elm

📋 copy color: '#2B7870'

red 43 ◦ green 120 ◦ blue 112

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

Shades of Elm #2B7870

Tints of Elm #2B7870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.64%

 BLUE value IS 112 (44.14% from 255) = 40.73%

R = 15.64%
G = 43.64%
B = 40.73%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#2B7870 (or 0x2B7870) is known color: Elm. HEX triplet: 2B, 78 and 70. RGB value is (43,120,112). Sum of RGB (Red+Green+Blue) = 43+120+112=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #2B7870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7870 is #D4878F. Grayscale: #606060. Windows color (decimal): -13928336 or 7370795. OLE color: 7370795.

HSL color Cylindrical-coordinate representation of color #2B7870: hue angle of 173.77º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7870 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 120 112 -
CMYK 0.64 0 0.07 0.53
HSL 173.77º 0.47% 0.32% -
HSV(B) 173.77º 0.64% 0.47% -
XYZ 10.64 15.12 17.69 -
YUV 96.07 136.99 90.15 -
System Red Green Blue C M Y K H S L
Decimal 43 120 112 0.64 0 0.07 0.53 173.77 0.47 0.32
Hex 2B 78 70 40 0 7 35 AE 2F 20
Octal 53 170 160 100 0 7 65 256 57 40
Binary 101011 1111000 1110000 1000000 0 111 110101 10101110 101111 100000

Color Harmonies of #2B7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7870

Black with #2B7870

Text Example


Text Example

White with #2B7870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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