#2A4836

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

Shades of Everglade #2A4836

Tints of Everglade #2A4836

Color information

#2A4836 (or 0x2A4836) is unknown color: approx Everglade. HEX triplet: 2A, 48 and 36. RGB value is (42,72,54). Sum of RGB (Red+Green+Blue) = 42+72+54=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #2A4836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4836 is #D5B7C9. Grayscale: #3D3D3D. Windows color (decimal): -14006218 or 3557418. OLE color: 3557418.

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

Color convert

RGB427254-
CMYK0.4200.250.72
HSL144º26.32%22.35%-
HSV(B)144º41.67%28.24%-
XYZ3.945.394.32-
YUV60.98124.06114.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25%
GREEN value IS 72 (28.52% from 255) = 42.86%
BLUE value IS 54 (21.48% from 255) = 32.14%
R=25%
G=42.86%
B=32.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4272540.4200.250.7214426.3222.35
Hex2A48362A01948901a16
Octal5211066520311102203226
Binary10101010010001101101010100110011001000100100001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,72,54); }

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

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

 a { background-color: rgb(42,72,54); }

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

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

 span { border-color: rgb(42,72,54); }

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