#2D4742

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

Shades of Gable Green #2D4742

Tints of Gable Green #2D4742

Color information

#2D4742 (or 0x2D4742) is unknown color: approx Gable Green. HEX triplet: 2D, 47 and 42. RGB value is (45,71,66). Sum of RGB (Red+Green+Blue) = 45+71+66=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4742 is #D2B8BD. Grayscale: #3E3E3E. Windows color (decimal): -13809854 or 4343597. OLE color: 4343597.

HSL color Cylindrical-coordinate representation of color #2D4742: hue angle of 168.46º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2D4742 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB457166-
CMYK0.3700.070.72
HSL168.46º22.41%22.75%-
HSV(B)168.46º36.62%27.84%-
XYZ4.325.465.98-
YUV62.66129.89115.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.73%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=24.73%
G=39.01%
B=36.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4571660.3700.070.72168.4622.4122.75
Hex2D4742250748a81617
Octal5510710245071102502627
Binary1011011000111100001010010101111001000101010001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,71,66); }

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

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

 a { background-color: rgb(45,71,66); }

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

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

 span { border-color: rgb(45,71,66); }

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