Html Css Color HEX #2B7061 Genoa

📋 copy color: '#2B7061'

red 43 ◦ green 112 ◦ blue 97

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

Shades of Genoa #2B7061

Tints of Genoa #2B7061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.49%

R = 17.06%
G = 44.44%
B = 38.49%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#2B7061 (or 0x2B7061) is known color: Genoa. HEX triplet: 2B, 70 and 61. RGB value is (43,112,97). Sum of RGB (Red+Green+Blue) = 43+112+97=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #2B7061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7061 is #D48F9E. Grayscale: #595959. Windows color (decimal): -13930399 or 6385707. OLE color: 6385707.

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

Color convert

RGB 43 112 97 -
CMYK 0.62 0 0.13 0.56
HSL 166.96º 0.45% 0.3% -
HSV(B) 166.96º 0.62% 0.44% -
XYZ 8.95 12.97 13.34 -
YUV 89.66 132.14 94.72 -
System Red Green Blue C M Y K H S L
Decimal 43 112 97 0.62 0 0.13 0.56 166.96 0.45 0.3
Hex 2B 70 61 3E 0 D 38 A7 2D 1E
Octal 53 160 141 76 0 15 70 247 55 36
Binary 101011 1110000 1100001 111110 0 1101 111000 10100111 101101 11110

Color Harmonies of #2B7061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7061

Black with #2B7061

Text Example


Text Example

White with #2B7061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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