#2A382D

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

Shades of Gordons Green #2A382D

Tints of Gordons Green #2A382D

Color information

#2A382D (or 0x2A382D) is unknown color: approx Gordons Green. HEX triplet: 2A, 38 and 2D. RGB value is (42,56,45). Sum of RGB (Red+Green+Blue) = 42+56+45=143 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.37% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 56 - color contains mainly: green. Hex color #2A382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A382D is #D5C7D2. Grayscale: #323232. Windows color (decimal): -14010323 or 2963498. OLE color: 2963498.

HSL color Cylindrical-coordinate representation of color #2A382D: hue angle of 132.86º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2A382D is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB425645-
CMYK0.2500.200.78
HSL132.86º14.29%19.22%-
HSV(B)132.86º25%21.96%-
XYZ2.843.513.01-
YUV50.56124.86121.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.37%
GREEN value IS 56 (22.27% from 255) = 39.16%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=29.37%
G=39.16%
B=31.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4256450.2500.200.78132.8614.2919.22
Hex2A382D190144E85e13
Octal527055310241162051623
Binary10101011100010110111001010100100111010000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,56,45); }

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

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

 a { background-color: rgb(42,56,45); }

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

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

 span { border-color: rgb(42,56,45); }

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