Html Css Color HEX #2B716A Genoa

📋 copy color: '#2B716A'

red 43 ◦ green 113 ◦ blue 106

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

Shades of Genoa #2B716A

Tints of Genoa #2B716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.13%

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

R = 16.41%
G = 43.13%
B = 40.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#2B716A (or 0x2B716A) is known color: Genoa. HEX triplet: 2B, 71 and 6A. RGB value is (43,113,106). Sum of RGB (Red+Green+Blue) = 43+113+106=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 113 - color contains mainly: green. Hex color #2B716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B716A is #D48E95. Grayscale: #5B5B5B. Windows color (decimal): -13930134 or 6975787. OLE color: 6975787.

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

Color convert

RGB 43 113 106 -
CMYK 0.62 0 0.06 0.56
HSL 174º 0.45% 0.31% -
HSV(B) 174º 0.62% 0.44% -
XYZ 9.5 13.36 15.71 -
YUV 91.27 136.31 93.57 -
System Red Green Blue C M Y K H S L
Decimal 43 113 106 0.62 0 0.06 0.56 174 0.45 0.31
Hex 2B 71 6A 3E 0 6 38 AE 2D 1F
Octal 53 161 152 76 0 6 70 256 55 37
Binary 101011 1110001 1101010 111110 0 110 111000 10101110 101101 11111

Color Harmonies of #2B716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B716A

Black with #2B716A

Text Example


Text Example

White with #2B716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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