Html Css Color HEX #2C715F Genoa

📋 copy color: '#2C715F'

red 44 ◦ green 113 ◦ blue 95

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

Shades of Genoa #2C715F

Tints of Genoa #2C715F

RGB

 RED value IS 44 (17.58% from 255) = 17.46%

 GREEN value IS 113 (44.53% from 255) = 44.84%

 BLUE value IS 95 (37.5% from 255) = 37.7%

R = 17.46%
G = 44.84%
B = 37.7%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#2C715F (or 0x2C715F) is known color: Genoa. HEX triplet: 2C, 71 and 5F. RGB value is (44,113,95). Sum of RGB (Red+Green+Blue) = 44+113+95=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #2C715F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C715F is #D38EA0. Grayscale: #5A5A5A. Windows color (decimal): -13864609 or 6254892. OLE color: 6254892.

HSL color Cylindrical-coordinate representation of color #2C715F: hue angle of 164.35º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C715F is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 44 113 95 -
CMYK 0.61 0 0.16 0.56
HSL 164.35º 0.44% 0.31% -
HSV(B) 164.35º 0.61% 0.44% -
XYZ 9.01 13.17 12.89 -
YUV 90.32 130.64 94.96 -
System Red Green Blue C M Y K H S L
Decimal 44 113 95 0.61 0 0.16 0.56 164.35 0.44 0.31
Hex 2C 71 5F 3D 0 10 38 A4 2C 1F
Octal 54 161 137 75 0 20 70 244 54 37
Binary 101100 1110001 1011111 111101 0 10000 111000 10100100 101100 11111

Color Harmonies of #2C715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C715F

Black with #2C715F

Text Example


Text Example

White with #2C715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,113,95); }

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

background-color css

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

 a { background-color: rgb(44,113,95); }

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

border-color css

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

 span { border-color: rgb(44,113,95); }

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