Html Css Color HEX #2F8971 Genoa

📋 copy color: '#2F8971'

red 47 ◦ green 137 ◦ blue 113

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

Shades of Genoa #2F8971

Tints of Genoa #2F8971

RGB

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

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

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

R = 15.82%
G = 46.13%
B = 38.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#2F8971 (or 0x2F8971) is known color: Genoa. HEX triplet: 2F, 89 and 71. RGB value is (47,137,113). Sum of RGB (Red+Green+Blue) = 47+137+113=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8971 is #D0768E. Grayscale: #6B6B6B. Windows color (decimal): -13661839 or 7440687. OLE color: 7440687.

HSL color Cylindrical-coordinate representation of color #2F8971: hue angle of 164º 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 #2F8971 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 137 113 -
CMYK 0.66 0 0.18 0.46
HSL 164º 0.49% 0.36% -
HSV(B) 164º 0.66% 0.54% -
XYZ 13.1 19.69 18.73 -
YUV 107.35 131.18 84.95 -
System Red Green Blue C M Y K H S L
Decimal 47 137 113 0.66 0 0.18 0.46 164 0.49 0.36
Hex 2F 89 71 42 0 12 2E A4 31 24
Octal 57 211 161 102 0 22 56 244 61 44
Binary 101111 10001001 1110001 1000010 0 10010 101110 10100100 110001 100100

Color Harmonies of #2F8971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8971

Black with #2F8971

Text Example


Text Example

White with #2F8971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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