Html Css Color HEX #2D796E Genoa

📋 copy color: '#2D796E'

red 45 ◦ green 121 ◦ blue 110

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

Shades of Genoa #2D796E

Tints of Genoa #2D796E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.84%

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

R = 16.3%
G = 43.84%
B = 39.86%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#2D796E (or 0x2D796E) is known color: Genoa. HEX triplet: 2D, 79 and 6E. RGB value is (45,121,110). Sum of RGB (Red+Green+Blue) = 45+121+110=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #2D796E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D796E is #D28691. Grayscale: #606060. Windows color (decimal): -13797010 or 7239981. OLE color: 7239981.

HSL color Cylindrical-coordinate representation of color #2D796E: hue angle of 171.32º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D796E is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 121 110 -
CMYK 0.63 0 0.09 0.53
HSL 171.32º 0.46% 0.33% -
HSV(B) 171.32º 0.63% 0.47% -
XYZ 10.73 15.36 17.15 -
YUV 97.02 135.32 90.89 -
System Red Green Blue C M Y K H S L
Decimal 45 121 110 0.63 0 0.09 0.53 171.32 0.46 0.33
Hex 2D 79 6E 3F 0 9 35 AB 2E 21
Octal 55 171 156 77 0 11 65 253 56 41
Binary 101101 1111001 1101110 111111 0 1001 110101 10101011 101110 100001

Color Harmonies of #2D796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D796E

Black with #2D796E

Text Example


Text Example

White with #2D796E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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