Html Css Color HEX #2F785E Genoa

📋 copy color: '#2F785E'

red 47 ◦ green 120 ◦ blue 94

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

Shades of Genoa #2F785E

Tints of Genoa #2F785E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.98%

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

R = 18.01%
G = 45.98%
B = 36.02%

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

#2F785E (or 0x2F785E) is known color: Genoa. HEX triplet: 2F, 78 and 5E. RGB value is (47,120,94). Sum of RGB (Red+Green+Blue) = 47+120+94=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #2F785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F785E is #D087A1. Grayscale: #5F5F5F. Windows color (decimal): -13666210 or 6191151. OLE color: 6191151.

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

Color convert

RGB 47 120 94 -
CMYK 0.61 0 0.22 0.53
HSL 158.63º 0.44% 0.33% -
HSV(B) 158.63º 0.61% 0.47% -
XYZ 9.91 14.85 12.93 -
YUV 95.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 47 120 94 0.61 0 0.22 0.53 158.63 0.44 0.33
Hex 2F 78 5E 3D 0 16 35 9F 2C 21
Octal 57 170 136 75 0 26 65 237 54 41
Binary 101111 1111000 1011110 111101 0 10110 110101 10011111 101100 100001

Color Harmonies of #2F785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F785E

Black with #2F785E

Text Example


Text Example

White with #2F785E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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