Html Css Color HEX #2B8770 Genoa

📋 copy color: '#2B8770'

red 43 ◦ green 135 ◦ blue 112

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

Shades of Genoa #2B8770

Tints of Genoa #2B8770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.55%

 BLUE value IS 112 (44.14% from 255) = 38.62%

R = 14.83%
G = 46.55%
B = 38.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#2B8770 (or 0x2B8770) is known color: Genoa. HEX triplet: 2B, 87 and 70. RGB value is (43,135,112). Sum of RGB (Red+Green+Blue) = 43+135+112=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #2B8770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8770 is #D4788F. Grayscale: #686868. Windows color (decimal): -13924496 or 7374635. OLE color: 7374635.

HSL color Cylindrical-coordinate representation of color #2B8770: hue angle of 165º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B8770 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 135 112 -
CMYK 0.68 0 0.17 0.47
HSL 165º 0.52% 0.35% -
HSV(B) 165º 0.68% 0.53% -
XYZ 12.58 19.01 18.34 -
YUV 104.87 132.02 83.87 -
System Red Green Blue C M Y K H S L
Decimal 43 135 112 0.68 0 0.17 0.47 165 0.52 0.35
Hex 2B 87 70 44 0 11 2F A5 34 23
Octal 53 207 160 104 0 21 57 245 64 43
Binary 101011 10000111 1110000 1000100 0 10001 101111 10100101 110100 100011

Color Harmonies of #2B8770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8770

Black with #2B8770

Text Example


Text Example

White with #2B8770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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