Html Css Color HEX #2F755D Genoa

📋 copy color: '#2F755D'

red 47 ◦ green 117 ◦ blue 93

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

Shades of Genoa #2F755D

Tints of Genoa #2F755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.53%

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

R = 18.29%
G = 45.53%
B = 36.19%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#2F755D (or 0x2F755D) is known color: Genoa. HEX triplet: 2F, 75 and 5D. RGB value is (47,117,93). Sum of RGB (Red+Green+Blue) = 47+117+93=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #2F755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F755D is #D08AA2. Grayscale: #5D5D5D. Windows color (decimal): -13666979 or 6124847. OLE color: 6124847.

HSL color Cylindrical-coordinate representation of color #2F755D: hue angle of 159.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F755D is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 117 93 -
CMYK 0.60 0 0.21 0.54
HSL 159.43º 0.43% 0.32% -
HSV(B) 159.43º 0.6% 0.46% -
XYZ 9.51 14.12 12.58 -
YUV 93.33 127.81 94.95 -
System Red Green Blue C M Y K H S L
Decimal 47 117 93 0.60 0 0.21 0.54 159.43 0.43 0.32
Hex 2F 75 5D 3C 0 15 36 9F 2B 20
Octal 57 165 135 74 0 25 66 237 53 40
Binary 101111 1110101 1011101 111100 0 10101 110110 10011111 101011 100000

Color Harmonies of #2F755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F755D

Black with #2F755D

Text Example


Text Example

White with #2F755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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