#28403E

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

Shades of Gable Green #28403E

Tints of Gable Green #28403E

Color information

#28403E (or 0x28403E) is unknown color: approx Gable Green. HEX triplet: 28, 40 and 3E. RGB value is (40,64,62). Sum of RGB (Red+Green+Blue) = 40+64+62=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #28403E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28403E is #D7BFC1. Grayscale: #383838. Windows color (decimal): -14139330 or 4079656. OLE color: 4079656.

HSL color Cylindrical-coordinate representation of color #28403E: hue angle of 175º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #28403E is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB406462-
CMYK0.3800.030.75
HSL175º23.08%20.39%-
HSV(B)175º37.5%25.1%-
XYZ3.584.475.23-
YUV56.6131.05116.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.10%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 62 (24.61% from 255) = 37.35%
R=24.10%
G=38.55%
B=37.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4064620.3800.030.7517523.0820.39
Hex28403E26034Baf1714
Octal501007646031132572724
Binary10100010000001111101001100111001011101011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28403E; }

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

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

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

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

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

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

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

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