#28413A

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

Shades of Gable Green #28413A

Tints of Gable Green #28413A

Color information

#28413A (or 0x28413A) is unknown color: approx Gable Green. HEX triplet: 28, 41 and 3A. RGB value is (40,65,58). Sum of RGB (Red+Green+Blue) = 40+65+58=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 65 - color contains mainly: green. Hex color #28413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28413A is #D7BEC5. Grayscale: #383838. Windows color (decimal): -14139078 or 3817768. OLE color: 3817768.

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

Color convert

RGB406558-
CMYK0.3800.110.75
HSL163.2º23.81%20.59%-
HSV(B)163.2º38.46%25.49%-
XYZ3.534.544.69-
YUV56.73128.72116.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.54%
GREEN value IS 65 (25.78% from 255) = 39.88%
BLUE value IS 58 (23.05% from 255) = 35.58%
R=24.54%
G=39.88%
B=35.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4065580.3800.110.75163.223.8120.59
Hex28413A260B4Ba31815
Octal5010172460131132433025
Binary1010001000001111010100110010111001011101000111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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