#2A362D

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

Shades of Gordons Green #2A362D

Tints of Gordons Green #2A362D

Color information

#2A362D (or 0x2A362D) is unknown color: approx Gordons Green. HEX triplet: 2A, 36 and 2D. RGB value is (42,54,45). Sum of RGB (Red+Green+Blue) = 42+54+45=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 54 - color contains mainly: green. Hex color #2A362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A362D is #D5C9D2. Grayscale: #313131. Windows color (decimal): -14010835 or 2962986. OLE color: 2962986.

HSL color Cylindrical-coordinate representation of color #2A362D: hue angle of 135º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2A362D is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB425445-
CMYK0.2200.170.79
HSL135º12.5%18.82%-
HSV(B)135º22.22%21.18%-
XYZ2.753.322.98-
YUV49.39125.52122.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.79%
GREEN value IS 54 (21.48% from 255) = 38.30%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=29.79%
G=38.30%
B=31.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4254450.2200.170.7913512.518.82
Hex2A362D160114F87c13
Octal526655260211172071423
Binary10101011011010110110110010001100111110000111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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