Html Css Color HEX #2B7F75 Elm

📋 copy color: '#2B7F75'

red 43 ◦ green 127 ◦ blue 117

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

Shades of Elm #2B7F75

Tints of Elm #2B7F75

RGB

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

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

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

R = 14.98%
G = 44.25%
B = 40.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#2B7F75 (or 0x2B7F75) is known color: Elm. HEX triplet: 2B, 7F and 75. RGB value is (43,127,117). Sum of RGB (Red+Green+Blue) = 43+127+117=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7F75 is #D4808A. Grayscale: #646464. Windows color (decimal): -13926539 or 7700267. OLE color: 7700267.

HSL color Cylindrical-coordinate representation of color #2B7F75: hue angle of 172.86º 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 #2B7F75 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 127 117 -
CMYK 0.66 0 0.08 0.50
HSL 172.86º 0.49% 0.33% -
HSV(B) 172.86º 0.66% 0.5% -
XYZ 11.8 16.98 19.48 -
YUV 100.74 137.17 86.81 -
System Red Green Blue C M Y K H S L
Decimal 43 127 117 0.66 0 0.08 0.50 172.86 0.49 0.33
Hex 2B 7F 75 42 0 8 32 AD 31 21
Octal 53 177 165 102 0 10 62 255 61 41
Binary 101011 1111111 1110101 1000010 0 1000 110010 10101101 110001 100001

Color Harmonies of #2B7F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7F75

Black with #2B7F75

Text Example


Text Example

White with #2B7F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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