Html Css Color HEX #2B766F Elm

📋 copy color: '#2B766F'

red 43 ◦ green 118 ◦ blue 111

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

Shades of Elm #2B766F

Tints of Elm #2B766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.38%

 BLUE value IS 111 (43.75% from 255) = 40.81%

R = 15.81%
G = 43.38%
B = 40.81%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#2B766F (or 0x2B766F) is known color: Elm. HEX triplet: 2B, 76 and 6F. RGB value is (43,118,111). Sum of RGB (Red+Green+Blue) = 43+118+111=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #2B766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B766F is #D48990. Grayscale: #5E5E5E. Windows color (decimal): -13928849 or 7304747. OLE color: 7304747.

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

Color convert

RGB 43 118 111 -
CMYK 0.64 0 0.06 0.54
HSL 174.4º 0.47% 0.32% -
HSV(B) 174.4º 0.64% 0.46% -
XYZ 10.34 14.62 17.32 -
YUV 94.78 137.15 91.07 -
System Red Green Blue C M Y K H S L
Decimal 43 118 111 0.64 0 0.06 0.54 174.4 0.47 0.32
Hex 2B 76 6F 40 0 6 36 AE 2F 20
Octal 53 166 157 100 0 6 66 256 57 40
Binary 101011 1110110 1101111 1000000 0 110 110110 10101110 101111 100000

Color Harmonies of #2B766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B766F

Black with #2B766F

Text Example


Text Example

White with #2B766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,118,111); }

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

background-color css

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

 a { background-color: rgb(43,118,111); }

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

border-color css

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

 span { border-color: rgb(43,118,111); }

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