Html Css Color HEX #28504A Gable Green

📋 copy color: '#28504A'

red 40 ◦ green 80 ◦ blue 74

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

Shades of Gable Green #28504A

Tints of Gable Green #28504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.24%

 BLUE value IS 74 (29.3% from 255) = 38.14%

R = 20.62%
G = 41.24%
B = 38.14%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#28504A (or 0x28504A) is known color: Gable Green. HEX triplet: 28, 50 and 4A. RGB value is (40,80,74). Sum of RGB (Red+Green+Blue) = 40+80+74=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #28504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28504A is #D7AFB5. Grayscale: #434343. Windows color (decimal): -14135222 or 4870184. OLE color: 4870184.

HSL color Cylindrical-coordinate representation of color #28504A: hue angle of 171º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #28504A is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 80 74 -
CMYK 0.5 0 0.08 0.69
HSL 171º 0.33% 0.24% -
HSV(B) 171º 0.5% 0.31% -
XYZ 4.98 6.68 7.51 -
YUV 67.36 131.75 108.49 -
System Red Green Blue C M Y K H S L
Decimal 40 80 74 0.5 0 0.08 0.69 171 0.33 0.24
Hex 28 50 4A 32 0 8 45 AB 21 18
Octal 50 120 112 62 0 10 105 253 41 30
Binary 101000 1010000 1001010 110010 0 1000 1000101 10101011 100001 11000

Color Harmonies of #28504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28504A

Black with #28504A

Text Example


Text Example

White with #28504A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,80,74); }

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

background-color css

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

 a { background-color: rgb(40,80,74); }

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

border-color css

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

 span { border-color: rgb(40,80,74); }

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