Html Css Color HEX #2B7662 Genoa

📋 copy color: '#2B7662'

red 43 ◦ green 118 ◦ blue 98

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

Shades of Genoa #2B7662

Tints of Genoa #2B7662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 16.6%
G = 45.56%
B = 37.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#2B7662 (or 0x2B7662) is known color: Genoa. HEX triplet: 2B, 76 and 62. RGB value is (43,118,98). Sum of RGB (Red+Green+Blue) = 43+118+98=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #2B7662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7662 is #D4899D. Grayscale: #5D5D5D. Windows color (decimal): -13928862 or 6452779. OLE color: 6452779.

HSL color Cylindrical-coordinate representation of color #2B7662: hue angle of 164º 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 #2B7662 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 118 98 -
CMYK 0.64 0 0.17 0.54
HSL 164º 0.47% 0.32% -
HSV(B) 164º 0.64% 0.46% -
XYZ 9.68 14.35 13.82 -
YUV 93.3 130.65 92.13 -
System Red Green Blue C M Y K H S L
Decimal 43 118 98 0.64 0 0.17 0.54 164 0.47 0.32
Hex 2B 76 62 40 0 11 36 A4 2F 20
Octal 53 166 142 100 0 21 66 244 57 40
Binary 101011 1110110 1100010 1000000 0 10001 110110 10100100 101111 100000

Color Harmonies of #2B7662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7662

Black with #2B7662

Text Example


Text Example

White with #2B7662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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