Html Css Color HEX #2D785E Genoa

📋 copy color: '#2D785E'

red 45 ◦ green 120 ◦ blue 94

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

Shades of Genoa #2D785E

Tints of Genoa #2D785E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.29%

R = 17.37%
G = 46.33%
B = 36.29%

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

#2D785E (or 0x2D785E) is known color: Genoa. HEX triplet: 2D, 78 and 5E. RGB value is (45,120,94). Sum of RGB (Red+Green+Blue) = 45+120+94=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 120 - color contains mainly: green. Hex color #2D785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D785E is #D287A1. Grayscale: #5E5E5E. Windows color (decimal): -13797282 or 6191149. OLE color: 6191149.

HSL color Cylindrical-coordinate representation of color #2D785E: hue angle of 159.2º 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 #2D785E is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 120 94 -
CMYK 0.63 0 0.22 0.53
HSL 159.2º 0.45% 0.32% -
HSV(B) 159.2º 0.63% 0.47% -
XYZ 9.82 14.8 12.93 -
YUV 94.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 45 120 94 0.63 0 0.22 0.53 159.2 0.45 0.32
Hex 2D 78 5E 3F 0 16 35 9F 2D 20
Octal 55 170 136 77 0 26 65 237 55 40
Binary 101101 1111000 1011110 111111 0 10110 110101 10011111 101101 100000

Color Harmonies of #2D785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D785E

Black with #2D785E

Text Example


Text Example

White with #2D785E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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