Html Css Color HEX #2B7F74 Elm

📋 copy color: '#2B7F74'

red 43 ◦ green 127 ◦ blue 116

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

Shades of Elm #2B7F74

Tints of Elm #2B7F74

RGB

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

 GREEN value IS 127 (50% from 255) = 44.41%

 BLUE value IS 116 (45.7% from 255) = 40.56%

R = 15.03%
G = 44.41%
B = 40.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#2B7F74 (or 0x2B7F74) is known color: Elm. HEX triplet: 2B, 7F and 74. RGB value is (43,127,116). Sum of RGB (Red+Green+Blue) = 43+127+116=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7F74 is #D4808B. Grayscale: #646464. Windows color (decimal): -13926540 or 7634731. OLE color: 7634731.

HSL color Cylindrical-coordinate representation of color #2B7F74: hue angle of 172.14º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7F74 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 127 116 -
CMYK 0.66 0 0.09 0.50
HSL 172.14º 0.49% 0.33% -
HSV(B) 172.14º 0.66% 0.5% -
XYZ 11.74 16.95 19.18 -
YUV 100.63 136.67 86.89 -
System Red Green Blue C M Y K H S L
Decimal 43 127 116 0.66 0 0.09 0.50 172.14 0.49 0.33
Hex 2B 7F 74 42 0 9 32 AC 31 21
Octal 53 177 164 102 0 11 62 254 61 41
Binary 101011 1111111 1110100 1000010 0 1001 110010 10101100 110001 100001

Color Harmonies of #2B7F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7F74

Black with #2B7F74

Text Example


Text Example

White with #2B7F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,127,116); }

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

background-color css

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

 a { background-color: rgb(43,127,116); }

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

border-color css

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

 span { border-color: rgb(43,127,116); }

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