Html Css Color HEX #28745E Genoa

📋 copy color: '#28745E'

red 40 ◦ green 116 ◦ blue 94

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

Shades of Genoa #28745E

Tints of Genoa #28745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.4%

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

R = 16%
G = 46.4%
B = 37.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#28745E (or 0x28745E) is known color: Genoa. HEX triplet: 28, 74 and 5E. RGB value is (40,116,94). Sum of RGB (Red+Green+Blue) = 40+116+94=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #28745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28745E is #D78BA1. Grayscale: #5A5A5A. Windows color (decimal): -14125986 or 6190120. OLE color: 6190120.

HSL color Cylindrical-coordinate representation of color #28745E: hue angle of 162.63º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28745E is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 116 94 -
CMYK 0.66 0 0.19 0.55
HSL 162.63º 0.49% 0.31% -
HSV(B) 162.63º 0.66% 0.45% -
XYZ 9.14 13.75 12.76 -
YUV 90.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 40 116 94 0.66 0 0.19 0.55 162.63 0.49 0.31
Hex 28 74 5E 42 0 13 37 A3 31 1F
Octal 50 164 136 102 0 23 67 243 61 37
Binary 101000 1110100 1011110 1000010 0 10011 110111 10100011 110001 11111

Color Harmonies of #28745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28745E

Black with #28745E

Text Example


Text Example

White with #28745E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28745E; }

 p { color: rgb(40,116,94); }

 H1.HeaderClassName
 {
   color: #28745E;
 }
 .AnyTagClassName
 {
   color: #28745E;
 }
</style>

background-color css

<style>
 a { background-color: #28745E; }

 a { background-color: rgb(40,116,94); }

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

border-color css

<style>
 span { border-color: #28745E; }

 span { border-color: rgb(40,116,94); }

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