Html Css Color HEX #2D766D Genoa

📋 copy color: '#2D766D'

red 45 ◦ green 118 ◦ blue 109

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

Shades of Genoa #2D766D

Tints of Genoa #2D766D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.38%

 BLUE value IS 109 (42.97% from 255) = 40.07%

R = 16.54%
G = 43.38%
B = 40.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#2D766D (or 0x2D766D) is known color: Genoa. HEX triplet: 2D, 76 and 6D. RGB value is (45,118,109). Sum of RGB (Red+Green+Blue) = 45+118+109=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #2D766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D766D is #D28992. Grayscale: #5F5F5F. Windows color (decimal): -13797779 or 7173677. OLE color: 7173677.

HSL color Cylindrical-coordinate representation of color #2D766D: hue angle of 172.6º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D766D is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 45 118 109 -
CMYK 0.62 0 0.08 0.54
HSL 172.6º 0.45% 0.32% -
HSV(B) 172.6º 0.62% 0.46% -
XYZ 10.32 14.62 16.75 -
YUV 95.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 45 118 109 0.62 0 0.08 0.54 172.6 0.45 0.32
Hex 2D 76 6D 3E 0 8 36 AD 2D 20
Octal 55 166 155 76 0 10 66 255 55 40
Binary 101101 1110110 1101101 111110 0 1000 110110 10101101 101101 100000

Color Harmonies of #2D766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D766D

Black with #2D766D

Text Example


Text Example

White with #2D766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,118,109); }

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

background-color css

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

 a { background-color: rgb(45,118,109); }

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

border-color css

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

 span { border-color: rgb(45,118,109); }

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