#2A413D

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

Shades of Gable Green #2A413D

Tints of Gable Green #2A413D

Color information

#2A413D (or 0x2A413D) is unknown color: approx Gable Green. HEX triplet: 2A, 41 and 3D. RGB value is (42,65,61). Sum of RGB (Red+Green+Blue) = 42+65+61=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #2A413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A413D is #D5BEC2. Grayscale: #393939. Windows color (decimal): -14008003 or 4014378. OLE color: 4014378.

HSL color Cylindrical-coordinate representation of color #2A413D: hue angle of 169.57º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A413D is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB426561-
CMYK0.3500.060.75
HSL169.57º21.5%20.98%-
HSV(B)169.57º35.38%25.49%-
XYZ3.694.615.11-
YUV57.67129.88116.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25%
GREEN value IS 65 (25.78% from 255) = 38.69%
BLUE value IS 61 (24.22% from 255) = 36.31%
R=25%
G=38.69%
B=36.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4265610.3500.060.75169.5721.520.98
Hex2A413D23064Baa1515
Octal521017543061132522525
Binary101010100000111110110001101101001011101010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A413D; }

 p { color: rgb(42,65,61); }

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

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

 a { background-color: rgb(42,65,61); }

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

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

 span { border-color: rgb(42,65,61); }

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