Html Css Color HEX #2F8573 Genoa

📋 copy color: '#2F8573'

red 47 ◦ green 133 ◦ blue 115

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

Shades of Genoa #2F8573

Tints of Genoa #2F8573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.08%

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 15.93%
G = 45.08%
B = 38.98%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#2F8573 (or 0x2F8573) is known color: Genoa. HEX triplet: 2F, 85 and 73. RGB value is (47,133,115). Sum of RGB (Red+Green+Blue) = 47+133+115=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #2F8573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8573 is #D07A8C. Grayscale: #696969. Windows color (decimal): -13662861 or 7570735. OLE color: 7570735.

HSL color Cylindrical-coordinate representation of color #2F8573: hue angle of 167.44º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F8573 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 133 115 -
CMYK 0.65 0 0.14 0.48
HSL 167.44º 0.48% 0.35% -
HSV(B) 167.44º 0.65% 0.52% -
XYZ 12.65 18.62 19.15 -
YUV 105.23 133.51 86.46 -
System Red Green Blue C M Y K H S L
Decimal 47 133 115 0.65 0 0.14 0.48 167.44 0.48 0.35
Hex 2F 85 73 41 0 E 30 A7 30 23
Octal 57 205 163 101 0 16 60 247 60 43
Binary 101111 10000101 1110011 1000001 0 1110 110000 10100111 110000 100011

Color Harmonies of #2F8573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8573

Black with #2F8573

Text Example


Text Example

White with #2F8573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,133,115); }

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

background-color css

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

 a { background-color: rgb(47,133,115); }

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

border-color css

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

 span { border-color: rgb(47,133,115); }

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