#2D342F

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

Shades of Gordons Green #2D342F

Tints of Gordons Green #2D342F

Color information

#2D342F (or 0x2D342F) is unknown color: approx Gordons Green. HEX triplet: 2D, 34 and 2F. RGB value is (45,52,47). Sum of RGB (Red+Green+Blue) = 45+52+47=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 52 - color contains mainly: green. Hex color #2D342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D342F is #D2CBD0. Grayscale: #313131. Windows color (decimal): -13814737 or 3093549. OLE color: 3093549.

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

Color convert

RGB455247-
CMYK0.1300.100.80
HSL137.14º7.22%19.02%-
HSV(B)137.14º13.46%20.39%-
XYZ2.823.223.16-
YUV49.34126.68124.91-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 31.25%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 47 (18.75% from 255) = 32.64%
R=31.25%
G=36.11%
B=32.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4552470.1300.100.80137.147.2219.02
Hex2D342FD0A5089713
Octal55645715012120211723
Binary10110111010010111111010101010100001000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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