#28413C

Color #28413C Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #28413C

Tints of Gable Green #28413C

Color information

#28413C (or 0x28413C) is unknown color: approx Gable Green. HEX triplet: 28, 41 and 3C. RGB value is (40,65,60). Sum of RGB (Red+Green+Blue) = 40+65+60=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #28413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28413C is #D7BEC3. Grayscale: #383838. Windows color (decimal): -14139076 or 3948840. OLE color: 3948840.

HSL color Cylindrical-coordinate representation of color #28413C: hue angle of 168º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #28413C is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB406560-
CMYK0.3800.080.75
HSL168º23.81%20.59%-
HSV(B)168º38.46%25.49%-
XYZ3.584.564.97-
YUV56.96129.72115.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 60 (23.83% from 255) = 36.36%
R=24.24%
G=39.39%
B=36.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4065600.3800.080.7516823.8120.59
Hex28413C26084Ba81815
Octal5010174460101132503025
Binary1010001000001111100100110010001001011101010001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28413C; }

 p { color: rgb(40,65,60); }

 H1.HeaderClassName
 {
   color: #28413C;
 }
 .AnyTagClassName
 {
   color: #28413C;
 }
</style>
background-color css

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

 a { background-color: rgb(40,65,60); }

 div.DivClassName
 {
   background-color: #28413C;
 }
 .BgClassName
 {
   background-color: #28413C;
 }
</style>
border-color css

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

 span { border-color: rgb(40,65,60); }

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