Html Css Color HEX #2F7871 Genoa

📋 copy color: '#2F7871'

red 47 ◦ green 120 ◦ blue 113

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

Shades of Genoa #2F7871

Tints of Genoa #2F7871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 16.79%
G = 42.86%
B = 40.36%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#2F7871 (or 0x2F7871) is known color: Genoa. HEX triplet: 2F, 78 and 71. RGB value is (47,120,113). Sum of RGB (Red+Green+Blue) = 47+120+113=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #2F7871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7871 is #D0878E. Grayscale: #616161. Windows color (decimal): -13666191 or 7436335. OLE color: 7436335.

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

Color convert

RGB 47 120 113 -
CMYK 0.61 0 0.06 0.53
HSL 174.25º 0.44% 0.33% -
HSV(B) 174.25º 0.61% 0.47% -
XYZ 10.87 15.23 17.99 -
YUV 97.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 47 120 113 0.61 0 0.06 0.53 174.25 0.44 0.33
Hex 2F 78 71 3D 0 6 35 AE 2C 21
Octal 57 170 161 75 0 6 65 256 54 41
Binary 101111 1111000 1110001 111101 0 110 110101 10101110 101100 100001

Color Harmonies of #2F7871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7871

Black with #2F7871

Text Example


Text Example

White with #2F7871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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