Html Css Color HEX #2B7C78 Elm

📋 copy color: '#2B7C78'

red 43 ◦ green 124 ◦ blue 120

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

Shades of Elm #2B7C78

Tints of Elm #2B7C78

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.21%

 BLUE value IS 120 (47.27% from 255) = 41.81%

R = 14.98%
G = 43.21%
B = 41.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#2B7C78 (or 0x2B7C78) is known color: Elm. HEX triplet: 2B, 7C and 78. RGB value is (43,124,120). Sum of RGB (Red+Green+Blue) = 43+124+120=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #2B7C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7C78 is #D48387. Grayscale: #636363. Windows color (decimal): -13927304 or 7896107. OLE color: 7896107.

HSL color Cylindrical-coordinate representation of color #2B7C78: hue angle of 177.04º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7C78 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 124 120 -
CMYK 0.65 0 0.03 0.51
HSL 177.04º 0.49% 0.33% -
HSV(B) 177.04º 0.65% 0.49% -
XYZ 11.59 16.28 20.3 -
YUV 99.33 139.66 87.83 -
System Red Green Blue C M Y K H S L
Decimal 43 124 120 0.65 0 0.03 0.51 177.04 0.49 0.33
Hex 2B 7C 78 41 0 3 33 B1 31 21
Octal 53 174 170 101 0 3 63 261 61 41
Binary 101011 1111100 1111000 1000001 0 11 110011 10110001 110001 100001

Color Harmonies of #2B7C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7C78

Black with #2B7C78

Text Example


Text Example

White with #2B7C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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