Html Css Color HEX #28746A Genoa

📋 copy color: '#28746A'

red 40 ◦ green 116 ◦ blue 106

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

Shades of Genoa #28746A

Tints of Genoa #28746A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40.46%

R = 15.27%
G = 44.27%
B = 40.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#28746A (or 0x28746A) is known color: Genoa. HEX triplet: 28, 74 and 6A. RGB value is (40,116,106). Sum of RGB (Red+Green+Blue) = 40+116+106=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #28746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28746A is #D78B95. Grayscale: #5C5C5C. Windows color (decimal): -14125974 or 6976552. OLE color: 6976552.

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

Color convert

RGB 40 116 106 -
CMYK 0.66 0 0.09 0.55
HSL 172.11º 0.49% 0.31% -
HSV(B) 172.11º 0.66% 0.45% -
XYZ 9.72 13.98 15.82 -
YUV 92.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 40 116 106 0.66 0 0.09 0.55 172.11 0.49 0.31
Hex 28 74 6A 42 0 9 37 AC 31 1F
Octal 50 164 152 102 0 11 67 254 61 37
Binary 101000 1110100 1101010 1000010 0 1001 110111 10101100 110001 11111

Color Harmonies of #28746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28746A

Black with #28746A

Text Example


Text Example

White with #28746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28746A; }

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

 H1.HeaderClassName
 {
   color: #28746A;
 }
 .AnyTagClassName
 {
   color: #28746A;
 }
</style>

background-color css

<style>
 a { background-color: #28746A; }

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

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

border-color css

<style>
 span { border-color: #28746A; }

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

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