Html Css Color HEX #284A42 Gable Green

📋 copy color: '#284A42'

red 40 ◦ green 74 ◦ blue 66

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

Shades of Gable Green #284A42

Tints of Gable Green #284A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 22.22%
G = 41.11%
B = 36.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#284A42 (or 0x284A42) is known color: Gable Green. HEX triplet: 28, 4A and 42. RGB value is (40,74,66). Sum of RGB (Red+Green+Blue) = 40+74+66=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 74 - color contains mainly: green. Hex color #284A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A42 is #D7B5BD. Grayscale: #3E3E3E. Windows color (decimal): -14136766 or 4344360. OLE color: 4344360.

HSL color Cylindrical-coordinate representation of color #284A42: hue angle of 165.88º 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 #284A42 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 74 66 -
CMYK 0.46 0 0.11 0.71
HSL 165.88º 0.3% 0.22% -
HSV(B) 165.88º 0.46% 0.29% -
XYZ 4.31 5.74 6.04 -
YUV 62.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 40 74 66 0.46 0 0.11 0.71 165.88 0.3 0.22
Hex 28 4A 42 2E 0 B 47 A6 1E 16
Octal 50 112 102 56 0 13 107 246 36 26
Binary 101000 1001010 1000010 101110 0 1011 1000111 10100110 11110 10110

Color Harmonies of #284A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A42

Black with #284A42

Text Example


Text Example

White with #284A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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