Html Css Color HEX #2D745D Genoa

📋 copy color: '#2D745D'

red 45 ◦ green 116 ◦ blue 93

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

Shades of Genoa #2D745D

Tints of Genoa #2D745D

RGB

 RED value IS 45 (17.97% from 255) = 17.72%

 GREEN value IS 116 (45.7% from 255) = 45.67%

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

R = 17.72%
G = 45.67%
B = 36.61%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#2D745D (or 0x2D745D) is known color: Genoa. HEX triplet: 2D, 74 and 5D. RGB value is (45,116,93). Sum of RGB (Red+Green+Blue) = 45+116+93=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #2D745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D745D is #D28BA2. Grayscale: #5C5C5C. Windows color (decimal): -13798307 or 6124589. OLE color: 6124589.

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

Color convert

RGB 45 116 93 -
CMYK 0.61 0 0.20 0.55
HSL 160.56º 0.44% 0.32% -
HSV(B) 160.56º 0.61% 0.45% -
XYZ 9.3 13.84 12.54 -
YUV 92.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 45 116 93 0.61 0 0.20 0.55 160.56 0.44 0.32
Hex 2D 74 5D 3D 0 14 37 A1 2C 20
Octal 55 164 135 75 0 24 67 241 54 40
Binary 101101 1110100 1011101 111101 0 10100 110111 10100001 101100 100000

Color Harmonies of #2D745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D745D

Black with #2D745D

Text Example


Text Example

White with #2D745D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,116,93); }

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

background-color css

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

 a { background-color: rgb(45,116,93); }

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

border-color css

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

 span { border-color: rgb(45,116,93); }

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