Html Css Color HEX #2D735F Genoa

📋 copy color: '#2D735F'

red 45 ◦ green 115 ◦ blue 95

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

Shades of Genoa #2D735F

Tints of Genoa #2D735F

RGB

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

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

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

R = 17.65%
G = 45.1%
B = 37.25%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#2D735F (or 0x2D735F) is known color: Genoa. HEX triplet: 2D, 73 and 5F. RGB value is (45,115,95). Sum of RGB (Red+Green+Blue) = 45+115+95=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #2D735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D735F is #D28CA0. Grayscale: #5B5B5B. Windows color (decimal): -13798561 or 6255405. OLE color: 6255405.

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

Color convert

RGB 45 115 95 -
CMYK 0.61 0 0.17 0.55
HSL 162.86º 0.44% 0.31% -
HSV(B) 162.86º 0.61% 0.45% -
XYZ 9.28 13.65 12.97 -
YUV 91.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 45 115 95 0.61 0 0.17 0.55 162.86 0.44 0.31
Hex 2D 73 5F 3D 0 11 37 A3 2C 1F
Octal 55 163 137 75 0 21 67 243 54 37
Binary 101101 1110011 1011111 111101 0 10001 110111 10100011 101100 11111

Color Harmonies of #2D735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D735F

Black with #2D735F

Text Example


Text Example

White with #2D735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,115,95); }

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

background-color css

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

 a { background-color: rgb(45,115,95); }

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

border-color css

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

 span { border-color: rgb(45,115,95); }

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