Html Css Color HEX #2B7E7A Elm

📋 copy color: '#2B7E7A'

red 43 ◦ green 126 ◦ blue 122

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

Shades of Elm #2B7E7A

Tints of Elm #2B7E7A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 43.3%

 BLUE value IS 122 (48.05% from 255) = 41.92%

R = 14.78%
G = 43.3%
B = 41.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#2B7E7A (or 0x2B7E7A) is known color: Elm. HEX triplet: 2B, 7E and 7A. RGB value is (43,126,122). Sum of RGB (Red+Green+Blue) = 43+126+122=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 126 (49.61% from 255 or 43.30% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 126 - color contains mainly: green. Hex color #2B7E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7E7A is #D48185. Grayscale: #646464. Windows color (decimal): -13926790 or 8027691. OLE color: 8027691.

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

Color convert

RGB 43 126 122 -
CMYK 0.66 0 0.03 0.51
HSL 177.11º 0.49% 0.33% -
HSV(B) 177.11º 0.66% 0.49% -
XYZ 11.97 16.84 21.03 -
YUV 100.73 140 86.83 -
System Red Green Blue C M Y K H S L
Decimal 43 126 122 0.66 0 0.03 0.51 177.11 0.49 0.33
Hex 2B 7E 7A 42 0 3 33 B1 31 21
Octal 53 176 172 102 0 3 63 261 61 41
Binary 101011 1111110 1111010 1000010 0 11 110011 10110001 110001 100001

Color Harmonies of #2B7E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7E7A

Black with #2B7E7A

Text Example


Text Example

White with #2B7E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,126,122); }

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

background-color css

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

 a { background-color: rgb(43,126,122); }

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

border-color css

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

 span { border-color: rgb(43,126,122); }

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