Html Css Color HEX #284A46 Gable Green

📋 copy color: '#284A46'

red 40 ◦ green 74 ◦ blue 70

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

Shades of Gable Green #284A46

Tints of Gable Green #284A46

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.22%

 BLUE value IS 70 (27.73% from 255) = 38.04%

R = 21.74%
G = 40.22%
B = 38.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#284A46 (or 0x284A46) is known color: Gable Green. HEX triplet: 28, 4A and 46. RGB value is (40,74,70). Sum of RGB (Red+Green+Blue) = 40+74+70=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 74 - color contains mainly: green. Hex color #284A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A46 is #D7B5B9. Grayscale: #3F3F3F. Windows color (decimal): -14136762 or 4606504. OLE color: 4606504.

HSL color Cylindrical-coordinate representation of color #284A46: hue angle of 172.94º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #284A46 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 74 70 -
CMYK 0.46 0 0.05 0.71
HSL 172.94º 0.3% 0.22% -
HSV(B) 172.94º 0.46% 0.29% -
XYZ 4.43 5.79 6.68 -
YUV 63.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 40 74 70 0.46 0 0.05 0.71 172.94 0.3 0.22
Hex 28 4A 46 2E 0 5 47 AD 1E 16
Octal 50 112 106 56 0 5 107 255 36 26
Binary 101000 1001010 1000110 101110 0 101 1000111 10101101 11110 10110

Color Harmonies of #284A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A46

Black with #284A46

Text Example


Text Example

White with #284A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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