Html Css Color HEX #2D746E Genoa

📋 copy color: '#2D746E'

red 45 ◦ green 116 ◦ blue 110

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

Shades of Genoa #2D746E

Tints of Genoa #2D746E

RGB

 RED value IS 45 (17.97% from 255) = 16.61%

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

 BLUE value IS 110 (43.36% from 255) = 40.59%

R = 16.61%
G = 42.8%
B = 40.59%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#2D746E (or 0x2D746E) is known color: Genoa. HEX triplet: 2D, 74 and 6E. RGB value is (45,116,110). Sum of RGB (Red+Green+Blue) = 45+116+110=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #2D746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D746E is #D28B91. Grayscale: #5E5E5E. Windows color (decimal): -13798290 or 7238701. OLE color: 7238701.

HSL color Cylindrical-coordinate representation of color #2D746E: hue angle of 174.93º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D746E is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 45 116 110 -
CMYK 0.61 0 0.05 0.55
HSL 174.93º 0.44% 0.32% -
HSV(B) 174.93º 0.61% 0.45% -
XYZ 10.14 14.17 16.95 -
YUV 94.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 45 116 110 0.61 0 0.05 0.55 174.93 0.44 0.32
Hex 2D 74 6E 3D 0 5 37 AF 2C 20
Octal 55 164 156 75 0 5 67 257 54 40
Binary 101101 1110100 1101110 111101 0 101 110111 10101111 101100 100000

Color Harmonies of #2D746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D746E

Black with #2D746E

Text Example


Text Example

White with #2D746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,116,110); }

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

background-color css

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

 a { background-color: rgb(45,116,110); }

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

border-color css

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

 span { border-color: rgb(45,116,110); }

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