Html Css Color HEX #2B7263 Genoa

📋 copy color: '#2B7263'

red 43 ◦ green 114 ◦ blue 99

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

Shades of Genoa #2B7263

Tints of Genoa #2B7263

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.53%

 BLUE value IS 99 (39.06% from 255) = 38.67%

R = 16.8%
G = 44.53%
B = 38.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#2B7263 (or 0x2B7263) is known color: Genoa. HEX triplet: 2B, 72 and 63. RGB value is (43,114,99). Sum of RGB (Red+Green+Blue) = 43+114+99=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7263 is #D48D9C. Grayscale: #5B5B5B. Windows color (decimal): -13929885 or 6517291. OLE color: 6517291.

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

Color convert

RGB 43 114 99 -
CMYK 0.62 0 0.13 0.55
HSL 167.32º 0.45% 0.31% -
HSV(B) 167.32º 0.62% 0.45% -
XYZ 9.27 13.45 13.91 -
YUV 91.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 43 114 99 0.62 0 0.13 0.55 167.32 0.45 0.31
Hex 2B 72 63 3E 0 D 37 A7 2D 1F
Octal 53 162 143 76 0 15 67 247 55 37
Binary 101011 1110010 1100011 111110 0 1101 110111 10100111 101101 11111

Color Harmonies of #2B7263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7263

Black with #2B7263

Text Example


Text Example

White with #2B7263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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