Html Css Color HEX #28745F Genoa

📋 copy color: '#28745F'

red 40 ◦ green 116 ◦ blue 95

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

Shades of Genoa #28745F

Tints of Genoa #28745F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.85%

R = 15.94%
G = 46.22%
B = 37.85%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#28745F (or 0x28745F) is known color: Genoa. HEX triplet: 28, 74 and 5F. RGB value is (40,116,95). Sum of RGB (Red+Green+Blue) = 40+116+95=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #28745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28745F is #D78BA0. Grayscale: #5A5A5A. Windows color (decimal): -14125985 or 6255656. OLE color: 6255656.

HSL color Cylindrical-coordinate representation of color #28745F: hue angle of 163.42º 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 #28745F is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 116 95 -
CMYK 0.66 0 0.18 0.55
HSL 163.42º 0.49% 0.31% -
HSV(B) 163.42º 0.66% 0.45% -
XYZ 9.19 13.77 13 -
YUV 90.88 130.32 91.71 -
System Red Green Blue C M Y K H S L
Decimal 40 116 95 0.66 0 0.18 0.55 163.42 0.49 0.31
Hex 28 74 5F 42 0 12 37 A3 31 1F
Octal 50 164 137 102 0 22 67 243 61 37
Binary 101000 1110100 1011111 1000010 0 10010 110111 10100011 110001 11111

Color Harmonies of #28745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28745F

Black with #28745F

Text Example


Text Example

White with #28745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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