Html Css Color HEX #284D48 Gable Green

📋 copy color: '#284D48'

red 40 ◦ green 77 ◦ blue 72

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

Shades of Gable Green #284D48

Tints of Gable Green #284D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.74%

 BLUE value IS 72 (28.52% from 255) = 38.1%

R = 21.16%
G = 40.74%
B = 38.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#284D48 (or 0x284D48) is known color: Gable Green. HEX triplet: 28, 4D and 48. RGB value is (40,77,72). Sum of RGB (Red+Green+Blue) = 40+77+72=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 77 - color contains mainly: green. Hex color #284D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284D48 is #D7B2B7. Grayscale: #414141. Windows color (decimal): -14135992 or 4738344. OLE color: 4738344.

HSL color Cylindrical-coordinate representation of color #284D48: hue angle of 171.89º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #284D48 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB 40 77 72 -
CMYK 0.48 0 0.06 0.70
HSL 171.89º 0.32% 0.23% -
HSV(B) 171.89º 0.48% 0.3% -
XYZ 4.7 6.23 7.09 -
YUV 65.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 40 77 72 0.48 0 0.06 0.70 171.89 0.32 0.23
Hex 28 4D 48 30 0 6 46 AC 20 17
Octal 50 115 110 60 0 6 106 254 40 27
Binary 101000 1001101 1001000 110000 0 110 1000110 10101100 100000 10111

Color Harmonies of #284D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284D48

Black with #284D48

Text Example


Text Example

White with #284D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284D48; }

 p { color: rgb(40,77,72); }

 H1.HeaderClassName
 {
   color: #284D48;
 }
 .AnyTagClassName
 {
   color: #284D48;
 }
</style>

background-color css

<style>
 a { background-color: #284D48; }

 a { background-color: rgb(40,77,72); }

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

border-color css

<style>
 span { border-color: #284D48; }

 span { border-color: rgb(40,77,72); }

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