Html Css Color HEX #28514A Gable Green

📋 copy color: '#28514A'

red 40 ◦ green 81 ◦ blue 74

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

Shades of Gable Green #28514A

Tints of Gable Green #28514A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.54%

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

R = 20.51%
G = 41.54%
B = 37.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#28514A (or 0x28514A) is known color: Gable Green. HEX triplet: 28, 51 and 4A. RGB value is (40,81,74). Sum of RGB (Red+Green+Blue) = 40+81+74=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 81 - color contains mainly: green. Hex color #28514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28514A is #D7AEB5. Grayscale: #434343. Windows color (decimal): -14134966 or 4870440. OLE color: 4870440.

HSL color Cylindrical-coordinate representation of color #28514A: hue angle of 169.76º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #28514A is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 40 81 74 -
CMYK 0.51 0 0.09 0.68
HSL 169.76º 0.34% 0.24% -
HSV(B) 169.76º 0.51% 0.32% -
XYZ 5.05 6.83 7.53 -
YUV 67.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 40 81 74 0.51 0 0.09 0.68 169.76 0.34 0.24
Hex 28 51 4A 33 0 9 44 AA 22 18
Octal 50 121 112 63 0 11 104 252 42 30
Binary 101000 1010001 1001010 110011 0 1001 1000100 10101010 100010 11000

Color Harmonies of #28514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28514A

Black with #28514A

Text Example


Text Example

White with #28514A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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