Html Css Color HEX #2F8972 Genoa

📋 copy color: '#2F8972'

red 47 ◦ green 137 ◦ blue 114

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

Shades of Genoa #2F8972

Tints of Genoa #2F8972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.97%

 BLUE value IS 114 (44.92% from 255) = 38.26%

R = 15.77%
G = 45.97%
B = 38.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#2F8972 (or 0x2F8972) is known color: Genoa. HEX triplet: 2F, 89 and 72. RGB value is (47,137,114). Sum of RGB (Red+Green+Blue) = 47+137+114=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8972 is #D0768D. Grayscale: #6B6B6B. Windows color (decimal): -13661838 or 7506223. OLE color: 7506223.

HSL color Cylindrical-coordinate representation of color #2F8972: hue angle of 164.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8972 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 137 114 -
CMYK 0.66 0 0.17 0.46
HSL 164.67º 0.49% 0.36% -
HSV(B) 164.67º 0.66% 0.54% -
XYZ 13.16 19.71 19.03 -
YUV 107.47 131.68 84.87 -
System Red Green Blue C M Y K H S L
Decimal 47 137 114 0.66 0 0.17 0.46 164.67 0.49 0.36
Hex 2F 89 72 42 0 11 2E A5 31 24
Octal 57 211 162 102 0 21 56 245 61 44
Binary 101111 10001001 1110010 1000010 0 10001 101110 10100101 110001 100100

Color Harmonies of #2F8972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8972

Black with #2F8972

Text Example


Text Example

White with #2F8972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,137,114); }

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

background-color css

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

 a { background-color: rgb(47,137,114); }

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

border-color css

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

 span { border-color: rgb(47,137,114); }

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