Html Css Color HEX #2F736A Genoa

📋 copy color: '#2F736A'

red 47 ◦ green 115 ◦ blue 106

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

Shades of Genoa #2F736A

Tints of Genoa #2F736A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.91%

 BLUE value IS 106 (41.8% from 255) = 39.55%

R = 17.54%
G = 42.91%
B = 39.55%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#2F736A (or 0x2F736A) is known color: Genoa. HEX triplet: 2F, 73 and 6A. RGB value is (47,115,106). Sum of RGB (Red+Green+Blue) = 47+115+106=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #2F736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F736A is #D08C95. Grayscale: #5D5D5D. Windows color (decimal): -13667478 or 6976303. OLE color: 6976303.

HSL color Cylindrical-coordinate representation of color #2F736A: hue angle of 172.06º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F736A is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 115 106 -
CMYK 0.59 0 0.08 0.55
HSL 172.06º 0.42% 0.32% -
HSV(B) 172.06º 0.59% 0.45% -
XYZ 9.9 13.91 15.8 -
YUV 93.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 47 115 106 0.59 0 0.08 0.55 172.06 0.42 0.32
Hex 2F 73 6A 3B 0 8 37 AC 2A 20
Octal 57 163 152 73 0 10 67 254 52 40
Binary 101111 1110011 1101010 111011 0 1000 110111 10101100 101010 100000

Color Harmonies of #2F736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F736A

Black with #2F736A

Text Example


Text Example

White with #2F736A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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