#2A342D

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

Shades of Gordons Green #2A342D

Tints of Gordons Green #2A342D

Color information

#2A342D (or 0x2A342D) is unknown color: approx Gordons Green. HEX triplet: 2A, 34 and 2D. RGB value is (42,52,45). Sum of RGB (Red+Green+Blue) = 42+52+45=139 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.22% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 52 - color contains mainly: green. Hex color #2A342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A342D is #D5CBD2. Grayscale: #303030. Windows color (decimal): -14011347 or 2962474. OLE color: 2962474.

HSL color Cylindrical-coordinate representation of color #2A342D: hue angle of 138º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2A342D is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB425245-
CMYK0.1900.130.80
HSL138º10.64%18.43%-
HSV(B)138º19.23%20.39%-
XYZ2.663.142.95-
YUV48.21126.19123.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.22%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=30.22%
G=37.41%
B=32.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4252450.1900.130.8013810.6418.43
Hex2A342D130D508ab12
Octal526455230151202121322
Binary1010101101001011011001101101101000010001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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