#2D372E

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

Shades of Gordons Green #2D372E

Tints of Gordons Green #2D372E

Color information

#2D372E (or 0x2D372E) is unknown color: approx Gordons Green. HEX triplet: 2D, 37 and 2E. RGB value is (45,55,46). Sum of RGB (Red+Green+Blue) = 45+55+46=146 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.82% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 55 - color contains mainly: green. Hex color #2D372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D372E is #D2C8D1. Grayscale: #333333. Windows color (decimal): -13813970 or 3028781. OLE color: 3028781.

HSL color Cylindrical-coordinate representation of color #2D372E: hue angle of 126º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2D372E is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB455546-
CMYK0.1800.160.78
HSL126º10%19.61%-
HSV(B)126º18.18%21.57%-
XYZ2.943.493.1-
YUV50.98125.19123.73-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30.82%
GREEN value IS 55 (21.88% from 255) = 37.67%
BLUE value IS 46 (18.36% from 255) = 31.51%
R=30.82%
G=37.67%
B=31.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4555460.1800.160.781261019.61
Hex2D372E120104E7ea14
Octal556756220201161761224
Binary1011011101111011101001001000010011101111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,55,46); }

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

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

 a { background-color: rgb(45,55,46); }

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

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

 span { border-color: rgb(45,55,46); }

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