Html Css Color HEX #2B8472 Genoa

📋 copy color: '#2B8472'

red 43 ◦ green 132 ◦ blue 114

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

Shades of Genoa #2B8472

Tints of Genoa #2B8472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.67%

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

R = 14.88%
G = 45.67%
B = 39.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#2B8472 (or 0x2B8472) is known color: Genoa. HEX triplet: 2B, 84 and 72. RGB value is (43,132,114). Sum of RGB (Red+Green+Blue) = 43+132+114=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #2B8472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8472 is #D47B8D. Grayscale: #676767. Windows color (decimal): -13925262 or 7504939. OLE color: 7504939.

HSL color Cylindrical-coordinate representation of color #2B8472: hue angle of 167.87º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8472 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 132 114 -
CMYK 0.67 0 0.14 0.48
HSL 167.87º 0.51% 0.34% -
HSV(B) 167.87º 0.67% 0.52% -
XYZ 12.28 18.23 18.79 -
YUV 103.34 134.01 84.96 -
System Red Green Blue C M Y K H S L
Decimal 43 132 114 0.67 0 0.14 0.48 167.87 0.51 0.34
Hex 2B 84 72 43 0 E 30 A8 33 22
Octal 53 204 162 103 0 16 60 250 63 42
Binary 101011 10000100 1110010 1000011 0 1110 110000 10101000 110011 100010

Color Harmonies of #2B8472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8472

Black with #2B8472

Text Example


Text Example

White with #2B8472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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