Html Css Color HEX #2F8975 Genoa

📋 copy color: '#2F8975'

red 47 ◦ green 137 ◦ blue 117

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

Shades of Genoa #2F8975

Tints of Genoa #2F8975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 15.61%
G = 45.51%
B = 38.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#2F8975 (or 0x2F8975) is known color: Genoa. HEX triplet: 2F, 89 and 75. RGB value is (47,137,117). Sum of RGB (Red+Green+Blue) = 47+137+117=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8975 is #D0768A. Grayscale: #6B6B6B. Windows color (decimal): -13661835 or 7702831. OLE color: 7702831.

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

Color convert

RGB 47 137 117 -
CMYK 0.66 0 0.15 0.46
HSL 166.67º 0.49% 0.36% -
HSV(B) 166.67º 0.66% 0.54% -
XYZ 13.33 19.78 19.95 -
YUV 107.81 133.18 84.63 -
System Red Green Blue C M Y K H S L
Decimal 47 137 117 0.66 0 0.15 0.46 166.67 0.49 0.36
Hex 2F 89 75 42 0 F 2E A7 31 24
Octal 57 211 165 102 0 17 56 247 61 44
Binary 101111 10001001 1110101 1000010 0 1111 101110 10100111 110001 100100

Color Harmonies of #2F8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8975

Black with #2F8975

Text Example


Text Example

White with #2F8975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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