Html Css Color HEX #28524A Gable Green

📋 copy color: '#28524A'

red 40 ◦ green 82 ◦ blue 74

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

Shades of Gable Green #28524A

Tints of Gable Green #28524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.84%

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

R = 20.41%
G = 41.84%
B = 37.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#28524A (or 0x28524A) is known color: Gable Green. HEX triplet: 28, 52 and 4A. RGB value is (40,82,74). Sum of RGB (Red+Green+Blue) = 40+82+74=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #28524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28524A is #D7ADB5. Grayscale: #444444. Windows color (decimal): -14134710 or 4870696. OLE color: 4870696.

HSL color Cylindrical-coordinate representation of color #28524A: hue angle of 168.57º 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 #28524A is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 40 82 74 -
CMYK 0.51 0 0.10 0.68
HSL 168.57º 0.34% 0.24% -
HSV(B) 168.57º 0.51% 0.32% -
XYZ 5.13 6.98 7.56 -
YUV 68.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 40 82 74 0.51 0 0.10 0.68 168.57 0.34 0.24
Hex 28 52 4A 33 0 A 44 A9 22 18
Octal 50 122 112 63 0 12 104 251 42 30
Binary 101000 1010010 1001010 110011 0 1010 1000100 10101001 100010 11000

Color Harmonies of #28524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28524A

Black with #28524A

Text Example


Text Example

White with #28524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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