Html Css Color HEX #2F735D Genoa

📋 copy color: '#2F735D'

red 47 ◦ green 115 ◦ blue 93

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

Shades of Genoa #2F735D

Tints of Genoa #2F735D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.47%

R = 18.43%
G = 45.1%
B = 36.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#2F735D (or 0x2F735D) is known color: Genoa. HEX triplet: 2F, 73 and 5D. RGB value is (47,115,93). Sum of RGB (Red+Green+Blue) = 47+115+93=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #2F735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F735D is #D08CA2. Grayscale: #5C5C5C. Windows color (decimal): -13667491 or 6124335. OLE color: 6124335.

HSL color Cylindrical-coordinate representation of color #2F735D: hue angle of 160.59º 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 #2F735D is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 115 93 -
CMYK 0.59 0 0.19 0.55
HSL 160.59º 0.42% 0.32% -
HSV(B) 160.59º 0.59% 0.45% -
XYZ 9.28 13.66 12.5 -
YUV 92.16 128.47 95.79 -
System Red Green Blue C M Y K H S L
Decimal 47 115 93 0.59 0 0.19 0.55 160.59 0.42 0.32
Hex 2F 73 5D 3B 0 13 37 A1 2A 20
Octal 57 163 135 73 0 23 67 241 52 40
Binary 101111 1110011 1011101 111011 0 10011 110111 10100001 101010 100000

Color Harmonies of #2F735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F735D

Black with #2F735D

Text Example


Text Example

White with #2F735D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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