Html Css Color HEX #2B7462 Genoa

📋 copy color: '#2B7462'

red 43 ◦ green 116 ◦ blue 98

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

Shades of Genoa #2B7462

Tints of Genoa #2B7462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.14%

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

R = 16.73%
G = 45.14%
B = 38.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#2B7462 (or 0x2B7462) is known color: Genoa. HEX triplet: 2B, 74 and 62. RGB value is (43,116,98). Sum of RGB (Red+Green+Blue) = 43+116+98=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7462 is #D48B9D. Grayscale: #5C5C5C. Windows color (decimal): -13929374 or 6452267. OLE color: 6452267.

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

Color convert

RGB 43 116 98 -
CMYK 0.63 0 0.16 0.55
HSL 165.21º 0.46% 0.31% -
HSV(B) 165.21º 0.63% 0.45% -
XYZ 9.45 13.89 13.74 -
YUV 92.12 131.32 92.96 -
System Red Green Blue C M Y K H S L
Decimal 43 116 98 0.63 0 0.16 0.55 165.21 0.46 0.31
Hex 2B 74 62 3F 0 10 37 A5 2E 1F
Octal 53 164 142 77 0 20 67 245 56 37
Binary 101011 1110100 1100010 111111 0 10000 110111 10100101 101110 11111

Color Harmonies of #2B7462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7462

Black with #2B7462

Text Example


Text Example

White with #2B7462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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