Html Css Color HEX #2D796D Genoa

📋 copy color: '#2D796D'

red 45 ◦ green 121 ◦ blue 109

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

Shades of Genoa #2D796D

Tints of Genoa #2D796D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.64%

R = 16.36%
G = 44%
B = 39.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#2D796D (or 0x2D796D) is known color: Genoa. HEX triplet: 2D, 79 and 6D. RGB value is (45,121,109). Sum of RGB (Red+Green+Blue) = 45+121+109=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 121 - color contains mainly: green. Hex color #2D796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D796D is #D28692. Grayscale: #606060. Windows color (decimal): -13797011 or 7174445. OLE color: 7174445.

HSL color Cylindrical-coordinate representation of color #2D796D: hue angle of 170.53º 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 #2D796D is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 121 109 -
CMYK 0.63 0 0.10 0.53
HSL 170.53º 0.46% 0.33% -
HSV(B) 170.53º 0.63% 0.47% -
XYZ 10.68 15.34 16.87 -
YUV 96.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 45 121 109 0.63 0 0.10 0.53 170.53 0.46 0.33
Hex 2D 79 6D 3F 0 A 35 AB 2E 21
Octal 55 171 155 77 0 12 65 253 56 41
Binary 101101 1111001 1101101 111111 0 1010 110101 10101011 101110 100001

Color Harmonies of #2D796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D796D

Black with #2D796D

Text Example


Text Example

White with #2D796D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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