Html Css Color HEX #2D795E Genoa

📋 copy color: '#2D795E'

red 45 ◦ green 121 ◦ blue 94

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

Shades of Genoa #2D795E

Tints of Genoa #2D795E

RGB

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

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

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

R = 17.31%
G = 46.54%
B = 36.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#2D795E (or 0x2D795E) is known color: Genoa. HEX triplet: 2D, 79 and 5E. RGB value is (45,121,94). Sum of RGB (Red+Green+Blue) = 45+121+94=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #2D795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D795E is #D286A1. Grayscale: #5F5F5F. Windows color (decimal): -13797026 or 6191405. OLE color: 6191405.

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

Color convert

RGB 45 121 94 -
CMYK 0.63 0 0.22 0.53
HSL 158.68º 0.46% 0.33% -
HSV(B) 158.68º 0.63% 0.47% -
XYZ 9.94 15.04 12.97 -
YUV 95.2 127.32 92.2 -
System Red Green Blue C M Y K H S L
Decimal 45 121 94 0.63 0 0.22 0.53 158.68 0.46 0.33
Hex 2D 79 5E 3F 0 16 35 9F 2E 21
Octal 55 171 136 77 0 26 65 237 56 41
Binary 101101 1111001 1011110 111111 0 10110 110101 10011111 101110 100001

Color Harmonies of #2D795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D795E

Black with #2D795E

Text Example


Text Example

White with #2D795E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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