Html Css Color HEX #2F745F Genoa

📋 copy color: '#2F745F'

red 47 ◦ green 116 ◦ blue 95

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

Shades of Genoa #2F745F

Tints of Genoa #2F745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.96%

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

R = 18.22%
G = 44.96%
B = 36.82%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#2F745F (or 0x2F745F) is known color: Genoa. HEX triplet: 2F, 74 and 5F. RGB value is (47,116,95). Sum of RGB (Red+Green+Blue) = 47+116+95=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #2F745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F745F is #D08BA0. Grayscale: #5C5C5C. Windows color (decimal): -13667233 or 6255663. OLE color: 6255663.

HSL color Cylindrical-coordinate representation of color #2F745F: hue angle of 161.74º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F745F is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 116 95 -
CMYK 0.59 0 0.18 0.55
HSL 161.74º 0.42% 0.32% -
HSV(B) 161.74º 0.59% 0.45% -
XYZ 9.48 13.92 13.01 -
YUV 92.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 47 116 95 0.59 0 0.18 0.55 161.74 0.42 0.32
Hex 2F 74 5F 3B 0 12 37 A2 2A 20
Octal 57 164 137 73 0 22 67 242 52 40
Binary 101111 1110100 1011111 111011 0 10010 110111 10100010 101010 100000

Color Harmonies of #2F745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F745F

Black with #2F745F

Text Example


Text Example

White with #2F745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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