Html Css Color HEX #2D785D Genoa

📋 copy color: '#2D785D'

red 45 ◦ green 120 ◦ blue 93

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

Shades of Genoa #2D785D

Tints of Genoa #2D785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.51%

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

R = 17.44%
G = 46.51%
B = 36.05%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#2D785D (or 0x2D785D) is known color: Genoa. HEX triplet: 2D, 78 and 5D. RGB value is (45,120,93). Sum of RGB (Red+Green+Blue) = 45+120+93=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #2D785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D785D is #D287A2. Grayscale: #5E5E5E. Windows color (decimal): -13797283 or 6125613. OLE color: 6125613.

HSL color Cylindrical-coordinate representation of color #2D785D: hue angle of 158.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D785D is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 120 93 -
CMYK 0.63 0 0.22 0.53
HSL 158.4º 0.45% 0.32% -
HSV(B) 158.4º 0.63% 0.47% -
XYZ 9.77 14.78 12.69 -
YUV 94.5 127.15 92.7 -
System Red Green Blue C M Y K H S L
Decimal 45 120 93 0.63 0 0.22 0.53 158.4 0.45 0.32
Hex 2D 78 5D 3F 0 16 35 9E 2D 20
Octal 55 170 135 77 0 26 65 236 55 40
Binary 101101 1111000 1011101 111111 0 10110 110101 10011110 101101 100000

Color Harmonies of #2D785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D785D

Black with #2D785D

Text Example


Text Example

White with #2D785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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