Html Css Color HEX #28765F Genoa

📋 copy color: '#28765F'

red 40 ◦ green 118 ◦ blue 95

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

Shades of Genoa #28765F

Tints of Genoa #28765F

RGB

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

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

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

R = 15.81%
G = 46.64%
B = 37.55%

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

#28765F (or 0x28765F) is known color: Genoa. HEX triplet: 28, 76 and 5F. RGB value is (40,118,95). Sum of RGB (Red+Green+Blue) = 40+118+95=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #28765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28765F is #D789A0. Grayscale: #5C5C5C. Windows color (decimal): -14125473 or 6256168. OLE color: 6256168.

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

Color convert

RGB 40 118 95 -
CMYK 0.66 0 0.19 0.54
HSL 162.31º 0.49% 0.31% -
HSV(B) 162.31º 0.66% 0.46% -
XYZ 9.42 14.23 13.08 -
YUV 92.06 129.66 90.87 -
System Red Green Blue C M Y K H S L
Decimal 40 118 95 0.66 0 0.19 0.54 162.31 0.49 0.31
Hex 28 76 5F 42 0 13 36 A2 31 1F
Octal 50 166 137 102 0 23 66 242 61 37
Binary 101000 1110110 1011111 1000010 0 10011 110110 10100010 110001 11111

Color Harmonies of #28765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28765F

Black with #28765F

Text Example


Text Example

White with #28765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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