Html Css Color HEX #2B7663 Genoa

📋 copy color: '#2B7663'

red 43 ◦ green 118 ◦ blue 99

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

Shades of Genoa #2B7663

Tints of Genoa #2B7663

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.38%

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

R = 16.54%
G = 45.38%
B = 38.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#2B7663 (or 0x2B7663) is known color: Genoa. HEX triplet: 2B, 76 and 63. RGB value is (43,118,99). Sum of RGB (Red+Green+Blue) = 43+118+99=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #2B7663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7663 is #D4899C. Grayscale: #5D5D5D. Windows color (decimal): -13928861 or 6518315. OLE color: 6518315.

HSL color Cylindrical-coordinate representation of color #2B7663: hue angle of 164.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7663 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 118 99 -
CMYK 0.64 0 0.16 0.54
HSL 164.8º 0.47% 0.32% -
HSV(B) 164.8º 0.64% 0.46% -
XYZ 9.73 14.37 14.07 -
YUV 93.41 131.15 92.04 -
System Red Green Blue C M Y K H S L
Decimal 43 118 99 0.64 0 0.16 0.54 164.8 0.47 0.32
Hex 2B 76 63 40 0 10 36 A5 2F 20
Octal 53 166 143 100 0 20 66 245 57 40
Binary 101011 1110110 1100011 1000000 0 10000 110110 10100101 101111 100000

Color Harmonies of #2B7663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7663

Black with #2B7663

Text Example


Text Example

White with #2B7663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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