Html Css Color HEX #2F866D Genoa

📋 copy color: '#2F866D'

red 47 ◦ green 134 ◦ blue 109

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

Shades of Genoa #2F866D

Tints of Genoa #2F866D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.21%

 BLUE value IS 109 (42.97% from 255) = 37.59%

R = 16.21%
G = 46.21%
B = 37.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#2F866D (or 0x2F866D) is known color: Genoa. HEX triplet: 2F, 86 and 6D. RGB value is (47,134,109). Sum of RGB (Red+Green+Blue) = 47+134+109=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #2F866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F866D is #D07992. Grayscale: #696969. Windows color (decimal): -13662611 or 7177775. OLE color: 7177775.

HSL color Cylindrical-coordinate representation of color #2F866D: hue angle of 162.76º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F866D is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 134 109 -
CMYK 0.65 0 0.19 0.47
HSL 162.76º 0.48% 0.35% -
HSV(B) 162.76º 0.65% 0.53% -
XYZ 12.46 18.76 17.43 -
YUV 105.14 130.18 86.53 -
System Red Green Blue C M Y K H S L
Decimal 47 134 109 0.65 0 0.19 0.47 162.76 0.48 0.35
Hex 2F 86 6D 41 0 13 2F A3 30 23
Octal 57 206 155 101 0 23 57 243 60 43
Binary 101111 10000110 1101101 1000001 0 10011 101111 10100011 110000 100011

Color Harmonies of #2F866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F866D

Black with #2F866D

Text Example


Text Example

White with #2F866D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,134,109); }

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

background-color css

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

 a { background-color: rgb(47,134,109); }

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

border-color css

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

 span { border-color: rgb(47,134,109); }

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