Html Css Color HEX #28766D Genoa

📋 copy color: '#28766D'

red 40 ◦ green 118 ◦ blue 109

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

Shades of Genoa #28766D

Tints of Genoa #28766D

RGB

 RED value IS 40 (16.02% from 255) = 14.98%

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

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

R = 14.98%
G = 44.19%
B = 40.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#28766D (or 0x28766D) is known color: Genoa. HEX triplet: 28, 76 and 6D. RGB value is (40,118,109). Sum of RGB (Red+Green+Blue) = 40+118+109=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #28766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28766D is #D78992. Grayscale: #5D5D5D. Windows color (decimal): -14125459 or 7173672. OLE color: 7173672.

HSL color Cylindrical-coordinate representation of color #28766D: hue angle of 173.08º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28766D is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 118 109 -
CMYK 0.66 0 0.08 0.54
HSL 173.08º 0.49% 0.31% -
HSV(B) 173.08º 0.66% 0.46% -
XYZ 10.11 14.51 16.74 -
YUV 93.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 40 118 109 0.66 0 0.08 0.54 173.08 0.49 0.31
Hex 28 76 6D 42 0 8 36 AD 31 1F
Octal 50 166 155 102 0 10 66 255 61 37
Binary 101000 1110110 1101101 1000010 0 1000 110110 10101101 110001 11111

Color Harmonies of #28766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28766D

Black with #28766D

Text Example


Text Example

White with #28766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28766D; }

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

 H1.HeaderClassName
 {
   color: #28766D;
 }
 .AnyTagClassName
 {
   color: #28766D;
 }
</style>

background-color css

<style>
 a { background-color: #28766D; }

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

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

border-color css

<style>
 span { border-color: #28766D; }

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

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