#2B4A38

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

Shades of Everglade #2B4A38

Tints of Everglade #2B4A38

Color information

#2B4A38 (or 0x2B4A38) is unknown color: approx Everglade. HEX triplet: 2B, 4A and 38. RGB value is (43,74,56). Sum of RGB (Red+Green+Blue) = 43+74+56=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 74 - color contains mainly: green. Hex color #2B4A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4A38 is #D4B5C7. Grayscale: #3E3E3E. Windows color (decimal): -13940168 or 3689003. OLE color: 3689003.

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

Color convert

RGB437456-
CMYK0.4200.240.71
HSL145.16º26.5%22.94%-
HSV(B)145.16º41.89%29.02%-
XYZ4.165.74.62-
YUV62.68124.23113.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.86%
GREEN value IS 74 (29.30% from 255) = 42.77%
BLUE value IS 56 (22.27% from 255) = 32.37%
R=24.86%
G=42.77%
B=32.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4374560.4200.240.71145.1626.522.94
Hex2B4A382A01847911a17
Octal5311270520301072213227
Binary10101110010101110001010100110001000111100100011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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