Html Css Color HEX #2F795E Genoa

📋 copy color: '#2F795E'

red 47 ◦ green 121 ◦ blue 94

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

Shades of Genoa #2F795E

Tints of Genoa #2F795E

RGB

 RED value IS 47 (18.75% from 255) = 17.94%

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

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

R = 17.94%
G = 46.18%
B = 35.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#2F795E (or 0x2F795E) is known color: Genoa. HEX triplet: 2F, 79 and 5E. RGB value is (47,121,94). Sum of RGB (Red+Green+Blue) = 47+121+94=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #2F795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F795E is #D086A1. Grayscale: #5F5F5F. Windows color (decimal): -13665954 or 6191407. OLE color: 6191407.

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

Color convert

RGB 47 121 94 -
CMYK 0.61 0 0.22 0.53
HSL 158.11º 0.44% 0.33% -
HSV(B) 158.11º 0.61% 0.47% -
XYZ 10.03 15.09 12.97 -
YUV 95.8 126.98 93.2 -
System Red Green Blue C M Y K H S L
Decimal 47 121 94 0.61 0 0.22 0.53 158.11 0.44 0.33
Hex 2F 79 5E 3D 0 16 35 9E 2C 21
Octal 57 171 136 75 0 26 65 236 54 41
Binary 101111 1111001 1011110 111101 0 10110 110101 10011110 101100 100001

Color Harmonies of #2F795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F795E

Black with #2F795E

Text Example


Text Example

White with #2F795E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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