Html Css Color HEX #2F8973 Genoa

📋 copy color: '#2F8973'

red 47 ◦ green 137 ◦ blue 115

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

Shades of Genoa #2F8973

Tints of Genoa #2F8973

RGB

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

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

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

R = 15.72%
G = 45.82%
B = 38.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#2F8973 (or 0x2F8973) is known color: Genoa. HEX triplet: 2F, 89 and 73. RGB value is (47,137,115). Sum of RGB (Red+Green+Blue) = 47+137+115=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8973 is #D0768C. Grayscale: #6B6B6B. Windows color (decimal): -13661837 or 7571759. OLE color: 7571759.

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

Color convert

RGB 47 137 115 -
CMYK 0.66 0 0.16 0.46
HSL 165.33º 0.49% 0.36% -
HSV(B) 165.33º 0.66% 0.54% -
XYZ 13.21 19.73 19.33 -
YUV 107.58 132.18 84.79 -
System Red Green Blue C M Y K H S L
Decimal 47 137 115 0.66 0 0.16 0.46 165.33 0.49 0.36
Hex 2F 89 73 42 0 10 2E A5 31 24
Octal 57 211 163 102 0 20 56 245 61 44
Binary 101111 10001001 1110011 1000010 0 10000 101110 10100101 110001 100100

Color Harmonies of #2F8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8973

Black with #2F8973

Text Example


Text Example

White with #2F8973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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