#2F7B62

Color #2F7B62 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #2F7B62

Tints of Genoa #2F7B62

Color information

#2F7B62 (or 0x2F7B62) is unknown color: approx Genoa. HEX triplet: 2F, 7B and 62. RGB value is (47,123,98). Sum of RGB (Red+Green+Blue) = 47+123+98=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #2F7B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7B62 is #D0849D. Grayscale: #616161. Windows color (decimal): -13665438 or 6454063. OLE color: 6454063.

HSL color Cylindrical-coordinate representation of color #2F7B62: hue angle of 160.26º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F7B62 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB4712398-
CMYK0.6200.200.52
HSL160.26º44.71%33.33%-
HSV(B)160.26º61.79%48.24%-
XYZ10.4615.6514.03-
YUV97.43128.3292.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.54%
GREEN value IS 123 (48.44% from 255) = 45.90%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=17.54%
G=45.90%
B=36.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal47123980.6200.200.52160.2644.7133.33
Hex2F7B623E01434a02d21
Octal5717314276024642405541
Binary1011111111011110001011111001010011010010100000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,123,98); }

 H1.HeaderClassName
 {
   color: #2F7B62;
 }
 .AnyTagClassName
 {
   color: #2F7B62;
 }
</style>
background-color css

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

 a { background-color: rgb(47,123,98); }

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

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

 span { border-color: rgb(47,123,98); }

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