#2A392C

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

Shades of Gordons Green #2A392C

Tints of Gordons Green #2A392C

Color information

#2A392C (or 0x2A392C) is unknown color: approx Gordons Green. HEX triplet: 2A, 39 and 2C. RGB value is (42,57,44). Sum of RGB (Red+Green+Blue) = 42+57+44=143 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.37% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 57 - color contains mainly: green. Hex color #2A392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A392C is #D5C6D3. Grayscale: #333333. Windows color (decimal): -14010068 or 2898218. OLE color: 2898218.

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

Color convert

RGB425744-
CMYK0.2600.230.78
HSL128º15.15%19.41%-
HSV(B)128º26.32%22.35%-
XYZ2.873.62.93-
YUV51.03124.03121.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.37%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 44 (17.58% from 255) = 30.77%
R=29.37%
G=39.86%
B=30.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4257440.2600.230.7812815.1519.41
Hex2A392C1A0174E80f13
Octal527154320271162001723
Binary10101011100110110011010010111100111010000000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,57,44); }

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

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

 a { background-color: rgb(42,57,44); }

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

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

 span { border-color: rgb(42,57,44); }

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