Html Css Color HEX #2B726A Genoa

📋 copy color: '#2B726A'

red 43 ◦ green 114 ◦ blue 106

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

Shades of Genoa #2B726A

Tints of Genoa #2B726A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40.3%

R = 16.35%
G = 43.35%
B = 40.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#2B726A (or 0x2B726A) is known color: Genoa. HEX triplet: 2B, 72 and 6A. RGB value is (43,114,106). Sum of RGB (Red+Green+Blue) = 43+114+106=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #2B726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B726A is #D48D95. Grayscale: #5B5B5B. Windows color (decimal): -13929878 or 6976043. OLE color: 6976043.

HSL color Cylindrical-coordinate representation of color #2B726A: hue angle of 173.24º 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 #2B726A is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 114 106 -
CMYK 0.62 0 0.07 0.55
HSL 173.24º 0.45% 0.31% -
HSV(B) 173.24º 0.62% 0.45% -
XYZ 9.62 13.59 15.75 -
YUV 91.86 135.98 93.15 -
System Red Green Blue C M Y K H S L
Decimal 43 114 106 0.62 0 0.07 0.55 173.24 0.45 0.31
Hex 2B 72 6A 3E 0 7 37 AD 2D 1F
Octal 53 162 152 76 0 7 67 255 55 37
Binary 101011 1110010 1101010 111110 0 111 110111 10101101 101101 11111

Color Harmonies of #2B726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B726A

Black with #2B726A

Text Example


Text Example

White with #2B726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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