#2D453F

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

Shades of Gable Green #2D453F

Tints of Gable Green #2D453F

Color information

#2D453F (or 0x2D453F) is unknown color: approx Gable Green. HEX triplet: 2D, 45 and 3F. RGB value is (45,69,63). Sum of RGB (Red+Green+Blue) = 45+69+63=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 69 - color contains mainly: green. Hex color #2D453F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D453F is #D2BAC0. Grayscale: #3D3D3D. Windows color (decimal): -13810369 or 4146477. OLE color: 4146477.

HSL color Cylindrical-coordinate representation of color #2D453F: hue angle of 165º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2D453F is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB456963-
CMYK0.3500.090.73
HSL165º21.05%22.35%-
HSV(B)165º34.78%27.06%-
XYZ4.115.175.48-
YUV61.14129.05116.49-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.42%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 63 (25% from 255) = 35.59%
R=25.42%
G=38.98%
B=35.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4569630.3500.090.7316521.0522.35
Hex2D453F230949a51516
Octal5510577430111112452526
Binary1011011000101111111100011010011001001101001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,69,63); }

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

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

 a { background-color: rgb(45,69,63); }

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

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

 span { border-color: rgb(45,69,63); }

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