Html Css Color HEX #2B745D Genoa

📋 copy color: '#2B745D'

red 43 ◦ green 116 ◦ blue 93

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

Shades of Genoa #2B745D

Tints of Genoa #2B745D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.9%

R = 17.06%
G = 46.03%
B = 36.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#2B745D (or 0x2B745D) is known color: Genoa. HEX triplet: 2B, 74 and 5D. RGB value is (43,116,93). Sum of RGB (Red+Green+Blue) = 43+116+93=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #2B745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B745D is #D48BA2. Grayscale: #5B5B5B. Windows color (decimal): -13929379 or 6124587. OLE color: 6124587.

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

Color convert

RGB 43 116 93 -
CMYK 0.63 0 0.20 0.55
HSL 161.1º 0.46% 0.31% -
HSV(B) 161.1º 0.63% 0.45% -
XYZ 9.22 13.79 12.53 -
YUV 91.55 128.82 93.37 -
System Red Green Blue C M Y K H S L
Decimal 43 116 93 0.63 0 0.20 0.55 161.1 0.46 0.31
Hex 2B 74 5D 3F 0 14 37 A1 2E 1F
Octal 53 164 135 77 0 24 67 241 56 37
Binary 101011 1110100 1011101 111111 0 10100 110111 10100001 101110 11111

Color Harmonies of #2B745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B745D

Black with #2B745D

Text Example


Text Example

White with #2B745D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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