Html Css Color HEX #2B8063 Genoa

📋 copy color: '#2B8063'

red 43 ◦ green 128 ◦ blue 99

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

Shades of Genoa #2B8063

Tints of Genoa #2B8063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.41%

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

R = 15.93%
G = 47.41%
B = 36.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#2B8063 (or 0x2B8063) is known color: Genoa. HEX triplet: 2B, 80 and 63. RGB value is (43,128,99). Sum of RGB (Red+Green+Blue) = 43+128+99=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #2B8063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8063 is #D47F9C. Grayscale: #636363. Windows color (decimal): -13926301 or 6520875. OLE color: 6520875.

HSL color Cylindrical-coordinate representation of color #2B8063: hue angle of 159.53º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B8063 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 128 99 -
CMYK 0.66 0 0.23 0.50
HSL 159.53º 0.5% 0.34% -
HSV(B) 159.53º 0.66% 0.5% -
XYZ 10.97 16.85 14.48 -
YUV 99.28 127.84 87.86 -
System Red Green Blue C M Y K H S L
Decimal 43 128 99 0.66 0 0.23 0.50 159.53 0.5 0.34
Hex 2B 80 63 42 0 17 32 A0 32 22
Octal 53 200 143 102 0 27 62 240 62 42
Binary 101011 10000000 1100011 1000010 0 10111 110010 10100000 110010 100010

Color Harmonies of #2B8063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8063

Black with #2B8063

Text Example


Text Example

White with #2B8063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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