Html Css Color HEX #2B7364 Genoa

📋 copy color: '#2B7364'

red 43 ◦ green 115 ◦ blue 100

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

Shades of Genoa #2B7364

Tints of Genoa #2B7364

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.57%

 BLUE value IS 100 (39.45% from 255) = 38.76%

R = 16.67%
G = 44.57%
B = 38.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#2B7364 (or 0x2B7364) is known color: Genoa. HEX triplet: 2B, 73 and 64. RGB value is (43,115,100). Sum of RGB (Red+Green+Blue) = 43+115+100=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7364 is #D48C9B. Grayscale: #5B5B5B. Windows color (decimal): -13929628 or 6583083. OLE color: 6583083.

HSL color Cylindrical-coordinate representation of color #2B7364: hue angle of 167.5º 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 #2B7364 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 115 100 -
CMYK 0.63 0 0.13 0.55
HSL 167.5º 0.46% 0.31% -
HSV(B) 167.5º 0.63% 0.45% -
XYZ 9.43 13.7 14.2 -
YUV 91.76 132.65 93.22 -
System Red Green Blue C M Y K H S L
Decimal 43 115 100 0.63 0 0.13 0.55 167.5 0.46 0.31
Hex 2B 73 64 3F 0 D 37 A8 2E 1F
Octal 53 163 144 77 0 15 67 250 56 37
Binary 101011 1110011 1100100 111111 0 1101 110111 10101000 101110 11111

Color Harmonies of #2B7364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7364

Black with #2B7364

Text Example


Text Example

White with #2B7364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,115,100); }

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

background-color css

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

 a { background-color: rgb(43,115,100); }

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

border-color css

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

 span { border-color: rgb(43,115,100); }

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