Html Css Color HEX #2C745D Genoa

📋 copy color: '#2C745D'

red 44 ◦ green 116 ◦ blue 93

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

Shades of Genoa #2C745D

Tints of Genoa #2C745D

RGB

 RED value IS 44 (17.58% from 255) = 17.39%

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

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

R = 17.39%
G = 45.85%
B = 36.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#2C745D (or 0x2C745D) is known color: Genoa. HEX triplet: 2C, 74 and 5D. RGB value is (44,116,93). Sum of RGB (Red+Green+Blue) = 44+116+93=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #2C745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C745D is #D38BA2. Grayscale: #5B5B5B. Windows color (decimal): -13863843 or 6124588. OLE color: 6124588.

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

Color convert

RGB 44 116 93 -
CMYK 0.62 0 0.20 0.55
HSL 160.83º 0.45% 0.31% -
HSV(B) 160.83º 0.62% 0.45% -
XYZ 9.26 13.82 12.53 -
YUV 91.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 44 116 93 0.62 0 0.20 0.55 160.83 0.45 0.31
Hex 2C 74 5D 3E 0 14 37 A1 2D 1F
Octal 54 164 135 76 0 24 67 241 55 37
Binary 101100 1110100 1011101 111110 0 10100 110111 10100001 101101 11111

Color Harmonies of #2C745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C745D

Black with #2C745D

Text Example


Text Example

White with #2C745D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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