Html Css Color HEX #284240 Gable Green

📋 copy color: '#284240'

red 40 ◦ green 66 ◦ blue 64

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

Shades of Gable Green #284240

Tints of Gable Green #284240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

 BLUE value IS 64 (25.39% from 255) = 37.65%

R = 23.53%
G = 38.82%
B = 37.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#284240 (or 0x284240) is known color: Gable Green. HEX triplet: 28, 42 and 40. RGB value is (40,66,64). Sum of RGB (Red+Green+Blue) = 40+66+64=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 66 - color contains mainly: green. Hex color #284240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284240 is #D7BDBF. Grayscale: #393939. Windows color (decimal): -14138816 or 4211240. OLE color: 4211240.

HSL color Cylindrical-coordinate representation of color #284240: hue angle of 175.38º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #284240 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 40 66 64 -
CMYK 0.39 0 0.03 0.74
HSL 175.38º 0.25% 0.21% -
HSV(B) 175.38º 0.39% 0.26% -
XYZ 3.75 4.72 5.56 -
YUV 58 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 40 66 64 0.39 0 0.03 0.74 175.38 0.25 0.21
Hex 28 42 40 27 0 3 4A AF 19 15
Octal 50 102 100 47 0 3 112 257 31 25
Binary 101000 1000010 1000000 100111 0 11 1001010 10101111 11001 10101

Color Harmonies of #284240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284240

Black with #284240

Text Example


Text Example

White with #284240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284240; }

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

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

background-color css

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

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

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

border-color css

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

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

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