Html Css Color HEX #28775F Genoa

📋 copy color: '#28775F'

red 40 ◦ green 119 ◦ blue 95

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

Shades of Genoa #28775F

Tints of Genoa #28775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.85%

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

R = 15.75%
G = 46.85%
B = 37.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#28775F (or 0x28775F) is known color: Genoa. HEX triplet: 28, 77 and 5F. RGB value is (40,119,95). Sum of RGB (Red+Green+Blue) = 40+119+95=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #28775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28775F is #D788A0. Grayscale: #5C5C5C. Windows color (decimal): -14125217 or 6256424. OLE color: 6256424.

HSL color Cylindrical-coordinate representation of color #28775F: hue angle of 161.77º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28775F is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 119 95 -
CMYK 0.66 0 0.20 0.53
HSL 161.77º 0.5% 0.31% -
HSV(B) 161.77º 0.66% 0.47% -
XYZ 9.54 14.47 13.12 -
YUV 92.64 129.33 90.45 -
System Red Green Blue C M Y K H S L
Decimal 40 119 95 0.66 0 0.20 0.53 161.77 0.5 0.31
Hex 28 77 5F 42 0 14 35 A2 32 1F
Octal 50 167 137 102 0 24 65 242 62 37
Binary 101000 1110111 1011111 1000010 0 10100 110101 10100010 110010 11111

Color Harmonies of #28775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28775F

Black with #28775F

Text Example


Text Example

White with #28775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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