Html Css Color HEX #28755F Genoa

📋 copy color: '#28755F'

red 40 ◦ green 117 ◦ blue 95

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

Shades of Genoa #28755F

Tints of Genoa #28755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.43%

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

R = 15.87%
G = 46.43%
B = 37.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#28755F (or 0x28755F) is known color: Genoa. HEX triplet: 28, 75 and 5F. RGB value is (40,117,95). Sum of RGB (Red+Green+Blue) = 40+117+95=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #28755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28755F is #D78AA0. Grayscale: #5B5B5B. Windows color (decimal): -14125729 or 6255912. OLE color: 6255912.

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

Color convert

RGB 40 117 95 -
CMYK 0.66 0 0.19 0.54
HSL 162.86º 0.49% 0.31% -
HSV(B) 162.86º 0.66% 0.46% -
XYZ 9.3 14 13.04 -
YUV 91.47 129.99 91.29 -
System Red Green Blue C M Y K H S L
Decimal 40 117 95 0.66 0 0.19 0.54 162.86 0.49 0.31
Hex 28 75 5F 42 0 13 36 A3 31 1F
Octal 50 165 137 102 0 23 66 243 61 37
Binary 101000 1110101 1011111 1000010 0 10011 110110 10100011 110001 11111

Color Harmonies of #28755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28755F

Black with #28755F

Text Example


Text Example

White with #28755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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