#2C514A

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

Shades of Gable Green #2C514A

Tints of Gable Green #2C514A

Color information

#2C514A (or 0x2C514A) is unknown color: approx Gable Green. HEX triplet: 2C, 51 and 4A. RGB value is (44,81,74). Sum of RGB (Red+Green+Blue) = 44+81+74=199 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.11% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 81 - color contains mainly: green. Hex color #2C514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C514A is #D3AEB5. Grayscale: #454545. Windows color (decimal): -13872822 or 4870444. OLE color: 4870444.

HSL color Cylindrical-coordinate representation of color #2C514A: hue angle of 168.65º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C514A is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB448174-
CMYK0.4600.090.68
HSL168.65º29.6%24.51%-
HSV(B)168.65º45.68%31.76%-
XYZ5.226.917.54-
YUV69.14130.74110.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.11%
GREEN value IS 81 (32.03% from 255) = 40.70%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=22.11%
G=40.70%
B=37.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4481740.4600.090.68168.6529.624.51
Hex2C514A2E0944a91e19
Octal54121112560111042513631
Binary10110010100011001010101110010011000100101010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,81,74); }

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

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

 a { background-color: rgb(44,81,74); }

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

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

 span { border-color: rgb(44,81,74); }

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