Html Css Color HEX #2C745E Genoa

📋 copy color: '#2C745E'

red 44 ◦ green 116 ◦ blue 94

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

Shades of Genoa #2C745E

Tints of Genoa #2C745E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.01%

R = 17.32%
G = 45.67%
B = 37.01%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#2C745E (or 0x2C745E) is known color: Genoa. HEX triplet: 2C, 74 and 5E. RGB value is (44,116,94). Sum of RGB (Red+Green+Blue) = 44+116+94=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #2C745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C745E is #D38BA1. Grayscale: #5B5B5B. Windows color (decimal): -13863842 or 6190124. OLE color: 6190124.

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

Color convert

RGB 44 116 94 -
CMYK 0.62 0 0.19 0.55
HSL 161.67º 0.45% 0.31% -
HSV(B) 161.67º 0.62% 0.45% -
XYZ 9.3 13.83 12.77 -
YUV 91.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 44 116 94 0.62 0 0.19 0.55 161.67 0.45 0.31
Hex 2C 74 5E 3E 0 13 37 A2 2D 1F
Octal 54 164 136 76 0 23 67 242 55 37
Binary 101100 1110100 1011110 111110 0 10011 110111 10100010 101101 11111

Color Harmonies of #2C745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C745E

Black with #2C745E

Text Example


Text Example

White with #2C745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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