#2B524A

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

Shades of Gable Green #2B524A

Tints of Gable Green #2B524A

Color information

#2B524A (or 0x2B524A) is unknown color: approx Gable Green. HEX triplet: 2B, 52 and 4A. RGB value is (43,82,74). Sum of RGB (Red+Green+Blue) = 43+82+74=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #2B524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B524A is #D4ADB5. Grayscale: #454545. Windows color (decimal): -13938102 or 4870699. OLE color: 4870699.

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

Color convert

RGB438274-
CMYK0.4800.100.68
HSL167.69º31.2%24.51%-
HSV(B)167.69º47.56%32.16%-
XYZ5.257.047.56-
YUV69.43130.58109.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.61%
GREEN value IS 82 (32.42% from 255) = 41.21%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=21.61%
G=41.21%
B=37.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4382740.4800.100.68167.6931.224.51
Hex2B524A300A44a81f19
Octal53122112600121042503731
Binary10101110100101001010110000010101000100101010001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,82,74); }

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

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

 a { background-color: rgb(43,82,74); }

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

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

 span { border-color: rgb(43,82,74); }

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