#2D3D2D

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

Shades of Gordons Green #2D3D2D

Tints of Gordons Green #2D3D2D

Color information

#2D3D2D (or 0x2D3D2D) is unknown color: approx Gordons Green. HEX triplet: 2D, 3D and 2D. RGB value is (45,61,45). Sum of RGB (Red+Green+Blue) = 45+61+45=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 61 - color contains mainly: green. Hex color #2D3D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3D2D is #D2C2D2. Grayscale: #363636. Windows color (decimal): -13812435 or 2964781. OLE color: 2964781.

HSL color Cylindrical-coordinate representation of color #2D3D2D: hue angle of 120º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2D3D2D is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB456145-
CMYK0.2600.260.76
HSL120º15.09%20.78%-
HSV(B)120º26.23%23.92%-
XYZ3.224.083.1-
YUV54.39122.7121.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.80%
GREEN value IS 61 (24.22% from 255) = 40.40%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=29.80%
G=40.40%
B=29.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4561450.2600.260.7612015.0920.78
Hex2D3D2D1A01A4C78f15
Octal557555320321141701725
Binary1011011111011011011101001101010011001111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,61,45); }

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

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

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

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

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

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

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