Html Css Color HEX #2B746E Genoa

📋 copy color: '#2B746E'

red 43 ◦ green 116 ◦ blue 110

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

Shades of Genoa #2B746E

Tints of Genoa #2B746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.12%

 BLUE value IS 110 (43.36% from 255) = 40.89%

R = 15.99%
G = 43.12%
B = 40.89%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#2B746E (or 0x2B746E) is known color: Genoa. HEX triplet: 2B, 74 and 6E. RGB value is (43,116,110). Sum of RGB (Red+Green+Blue) = 43+116+110=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #2B746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B746E is #D48B91. Grayscale: #5D5D5D. Windows color (decimal): -13929362 or 7238699. OLE color: 7238699.

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

Color convert

RGB 43 116 110 -
CMYK 0.63 0 0.05 0.55
HSL 175.07º 0.46% 0.31% -
HSV(B) 175.07º 0.63% 0.45% -
XYZ 10.06 14.13 16.95 -
YUV 93.49 137.32 91.99 -
System Red Green Blue C M Y K H S L
Decimal 43 116 110 0.63 0 0.05 0.55 175.07 0.46 0.31
Hex 2B 74 6E 3F 0 5 37 AF 2E 1F
Octal 53 164 156 77 0 5 67 257 56 37
Binary 101011 1110100 1101110 111111 0 101 110111 10101111 101110 11111

Color Harmonies of #2B746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B746E

Black with #2B746E

Text Example


Text Example

White with #2B746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,116,110); }

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

background-color css

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

 a { background-color: rgb(43,116,110); }

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

border-color css

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

 span { border-color: rgb(43,116,110); }

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