Html Css Color HEX #2B726B Genoa

📋 copy color: '#2B726B'

red 43 ◦ green 114 ◦ blue 107

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

Shades of Genoa #2B726B

Tints of Genoa #2B726B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.18%

 BLUE value IS 107 (42.19% from 255) = 40.53%

R = 16.29%
G = 43.18%
B = 40.53%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#2B726B (or 0x2B726B) is known color: Genoa. HEX triplet: 2B, 72 and 6B. RGB value is (43,114,107). Sum of RGB (Red+Green+Blue) = 43+114+107=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 114 - color contains mainly: green. Hex color #2B726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B726B is #D48D94. Grayscale: #5B5B5B. Windows color (decimal): -13929877 or 7041579. OLE color: 7041579.

HSL color Cylindrical-coordinate representation of color #2B726B: hue angle of 174.08º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B726B is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 114 107 -
CMYK 0.62 0 0.06 0.55
HSL 174.08º 0.45% 0.31% -
HSV(B) 174.08º 0.62% 0.45% -
XYZ 9.67 13.61 16.03 -
YUV 91.97 136.48 93.07 -
System Red Green Blue C M Y K H S L
Decimal 43 114 107 0.62 0 0.06 0.55 174.08 0.45 0.31
Hex 2B 72 6B 3E 0 6 37 AE 2D 1F
Octal 53 162 153 76 0 6 67 256 55 37
Binary 101011 1110010 1101011 111110 0 110 110111 10101110 101101 11111

Color Harmonies of #2B726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B726B

Black with #2B726B

Text Example


Text Example

White with #2B726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,114,107); }

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

background-color css

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

 a { background-color: rgb(43,114,107); }

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

border-color css

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

 span { border-color: rgb(43,114,107); }

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