#28413B

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

Shades of Gable Green #28413B

Tints of Gable Green #28413B

Color information

#28413B (or 0x28413B) is unknown color: approx Gable Green. HEX triplet: 28, 41 and 3B. RGB value is (40,65,59). Sum of RGB (Red+Green+Blue) = 40+65+59=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 65 - color contains mainly: green. Hex color #28413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28413B is #D7BEC4. Grayscale: #383838. Windows color (decimal): -14139077 or 3883304. OLE color: 3883304.

HSL color Cylindrical-coordinate representation of color #28413B: hue angle of 165.6º 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 #28413B is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB406559-
CMYK0.3800.090.75
HSL165.6º23.81%20.59%-
HSV(B)165.6º38.46%25.49%-
XYZ3.554.554.83-
YUV56.84129.22115.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.39%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 59 (23.44% from 255) = 35.98%
R=24.39%
G=39.63%
B=35.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4065590.3800.090.75165.623.8120.59
Hex28413B26094Ba61815
Octal5010173460111132463025
Binary1010001000001111011100110010011001011101001101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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