#2C4B45

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

Shades of Gable Green #2C4B45

Tints of Gable Green #2C4B45

Color information

#2C4B45 (or 0x2C4B45) is unknown color: approx Gable Green. HEX triplet: 2C, 4B and 45. RGB value is (44,75,69). Sum of RGB (Red+Green+Blue) = 44+75+69=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4B45 is #D3B4BA. Grayscale: #414141. Windows color (decimal): -13874363 or 4541228. OLE color: 4541228.

HSL color Cylindrical-coordinate representation of color #2C4B45: hue angle of 168.39º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C4B45 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB447569-
CMYK0.4100.080.71
HSL168.39º26.05%23.33%-
HSV(B)168.39º41.33%29.41%-
XYZ4.6366.54-
YUV65.05130.23112.99-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.40%
GREEN value IS 75 (29.69% from 255) = 39.89%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=23.40%
G=39.89%
B=36.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4475690.4100.080.71168.3926.0523.33
Hex2C4B45290847a81a17
Octal54113105510101072503227
Binary10110010010111000101101001010001000111101010001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,75,69); }

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

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

 a { background-color: rgb(44,75,69); }

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

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

 span { border-color: rgb(44,75,69); }

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