Html Css Color HEX #2D736E Genoa

📋 copy color: '#2D736E'

red 45 ◦ green 115 ◦ blue 110

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

Shades of Genoa #2D736E

Tints of Genoa #2D736E

RGB

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

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

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

R = 16.67%
G = 42.59%
B = 40.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#2D736E (or 0x2D736E) is known color: Genoa. HEX triplet: 2D, 73 and 6E. RGB value is (45,115,110). Sum of RGB (Red+Green+Blue) = 45+115+110=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #2D736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D736E is #D28C91. Grayscale: #5D5D5D. Windows color (decimal): -13798546 or 7238445. OLE color: 7238445.

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

Color convert

RGB 45 115 110 -
CMYK 0.61 0 0.04 0.55
HSL 175.71º 0.44% 0.31% -
HSV(B) 175.71º 0.61% 0.45% -
XYZ 10.03 13.95 16.92 -
YUV 93.5 137.31 93.41 -
System Red Green Blue C M Y K H S L
Decimal 45 115 110 0.61 0 0.04 0.55 175.71 0.44 0.31
Hex 2D 73 6E 3D 0 4 37 B0 2C 1F
Octal 55 163 156 75 0 4 67 260 54 37
Binary 101101 1110011 1101110 111101 0 100 110111 10110000 101100 11111

Color Harmonies of #2D736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D736E

Black with #2D736E

Text Example


Text Example

White with #2D736E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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