Html Css Color HEX #2B706C Genoa

📋 copy color: '#2B706C'

red 43 ◦ green 112 ◦ blue 108

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

Shades of Genoa #2B706C

Tints of Genoa #2B706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.59%

 BLUE value IS 108 (42.58% from 255) = 41.06%

R = 16.35%
G = 42.59%
B = 41.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#2B706C (or 0x2B706C) is known color: Genoa. HEX triplet: 2B, 70 and 6C. RGB value is (43,112,108). Sum of RGB (Red+Green+Blue) = 43+112+108=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #2B706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B706C is #D48F93. Grayscale: #5A5A5A. Windows color (decimal): -13930388 or 7106603. OLE color: 7106603.

HSL color Cylindrical-coordinate representation of color #2B706C: hue angle of 176.52º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B706C is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 112 108 -
CMYK 0.62 0 0.04 0.56
HSL 176.52º 0.45% 0.3% -
HSV(B) 176.52º 0.62% 0.44% -
XYZ 9.5 13.18 16.23 -
YUV 90.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 43 112 108 0.62 0 0.04 0.56 176.52 0.45 0.3
Hex 2B 70 6C 3E 0 4 38 B1 2D 1E
Octal 53 160 154 76 0 4 70 261 55 36
Binary 101011 1110000 1101100 111110 0 100 111000 10110001 101101 11110

Color Harmonies of #2B706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B706C

Black with #2B706C

Text Example


Text Example

White with #2B706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,112,108); }

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

background-color css

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

 a { background-color: rgb(43,112,108); }

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

border-color css

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

 span { border-color: rgb(43,112,108); }

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