Html Css Color HEX #2F785F Genoa

📋 copy color: '#2F785F'

red 47 ◦ green 120 ◦ blue 95

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

Shades of Genoa #2F785F

Tints of Genoa #2F785F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.26%

R = 17.94%
G = 45.8%
B = 36.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#2F785F (or 0x2F785F) is known color: Genoa. HEX triplet: 2F, 78 and 5F. RGB value is (47,120,95). Sum of RGB (Red+Green+Blue) = 47+120+95=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #2F785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F785F is #D087A0. Grayscale: #5F5F5F. Windows color (decimal): -13666209 or 6256687. OLE color: 6256687.

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

Color convert

RGB 47 120 95 -
CMYK 0.61 0 0.21 0.53
HSL 159.45º 0.44% 0.33% -
HSV(B) 159.45º 0.61% 0.47% -
XYZ 9.95 14.86 13.17 -
YUV 95.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 47 120 95 0.61 0 0.21 0.53 159.45 0.44 0.33
Hex 2F 78 5F 3D 0 15 35 9F 2C 21
Octal 57 170 137 75 0 25 65 237 54 41
Binary 101111 1111000 1011111 111101 0 10101 110101 10011111 101100 100001

Color Harmonies of #2F785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F785F

Black with #2F785F

Text Example


Text Example

White with #2F785F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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