Html Css Color HEX #2B8772 Genoa

📋 copy color: '#2B8772'

red 43 ◦ green 135 ◦ blue 114

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

Shades of Genoa #2B8772

Tints of Genoa #2B8772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.04%

R = 14.73%
G = 46.23%
B = 39.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#2B8772 (or 0x2B8772) is known color: Genoa. HEX triplet: 2B, 87 and 72. RGB value is (43,135,114). Sum of RGB (Red+Green+Blue) = 43+135+114=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #2B8772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8772 is #D4788D. Grayscale: #696969. Windows color (decimal): -13924494 or 7505707. OLE color: 7505707.

HSL color Cylindrical-coordinate representation of color #2B8772: hue angle of 166.3º 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 #2B8772 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 135 114 -
CMYK 0.68 0 0.16 0.47
HSL 166.3º 0.52% 0.35% -
HSV(B) 166.3º 0.68% 0.53% -
XYZ 12.7 19.06 18.93 -
YUV 105.1 133.02 83.71 -
System Red Green Blue C M Y K H S L
Decimal 43 135 114 0.68 0 0.16 0.47 166.3 0.52 0.35
Hex 2B 87 72 44 0 10 2F A6 34 23
Octal 53 207 162 104 0 20 57 246 64 43
Binary 101011 10000111 1110010 1000100 0 10000 101111 10100110 110100 100011

Color Harmonies of #2B8772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8772

Black with #2B8772

Text Example


Text Example

White with #2B8772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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