Html Css Color HEX #2F856C Genoa

📋 copy color: '#2F856C'

red 47 ◦ green 133 ◦ blue 108

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

Shades of Genoa #2F856C

Tints of Genoa #2F856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.18%

 BLUE value IS 108 (42.58% from 255) = 37.5%

R = 16.32%
G = 46.18%
B = 37.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#2F856C (or 0x2F856C) is known color: Genoa. HEX triplet: 2F, 85 and 6C. RGB value is (47,133,108). Sum of RGB (Red+Green+Blue) = 47+133+108=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #2F856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F856C is #D07A93. Grayscale: #686868. Windows color (decimal): -13662868 or 7111983. OLE color: 7111983.

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

Color convert

RGB 47 133 108 -
CMYK 0.65 0 0.19 0.48
HSL 162.56º 0.48% 0.35% -
HSV(B) 162.56º 0.65% 0.52% -
XYZ 12.27 18.46 17.1 -
YUV 104.44 130.01 87.03 -
System Red Green Blue C M Y K H S L
Decimal 47 133 108 0.65 0 0.19 0.48 162.56 0.48 0.35
Hex 2F 85 6C 41 0 13 30 A3 30 23
Octal 57 205 154 101 0 23 60 243 60 43
Binary 101111 10000101 1101100 1000001 0 10011 110000 10100011 110000 100011

Color Harmonies of #2F856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F856C

Black with #2F856C

Text Example


Text Example

White with #2F856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,133,108); }

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

background-color css

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

 a { background-color: rgb(47,133,108); }

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

border-color css

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

 span { border-color: rgb(47,133,108); }

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