#2D3D3A

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

Shades of Gable Green #2D3D3A

Tints of Gable Green #2D3D3A

Color information

#2D3D3A (or 0x2D3D3A) is unknown color: approx Gable Green. HEX triplet: 2D, 3D and 3A. RGB value is (45,61,58). Sum of RGB (Red+Green+Blue) = 45+61+58=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 61 - color contains mainly: green. Hex color #2D3D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3D3A is #D2C2C5. Grayscale: #373737. Windows color (decimal): -13812422 or 3816749. OLE color: 3816749.

HSL color Cylindrical-coordinate representation of color #2D3D3A: hue angle of 168.75º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2D3D3A is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB456158-
CMYK0.2600.050.76
HSL168.75º15.09%20.78%-
HSV(B)168.75º26.23%23.92%-
XYZ3.514.24.63-
YUV55.87129.2120.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.44%
GREEN value IS 61 (24.22% from 255) = 37.20%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=27.44%
G=37.20%
B=35.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4561580.2600.050.76168.7515.0920.78
Hex2D3D3A1A054Ca9f15
Octal55757232051142511725
Binary101101111101111010110100101100110010101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,61,58); }

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

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

 a { background-color: rgb(45,61,58); }

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

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

 span { border-color: rgb(45,61,58); }

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