#2D2F2D

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

Shades of Gordons Green #2D2F2D

Tints of Gordons Green #2D2F2D

Color information

#2D2F2D (or 0x2D2F2D) is unknown color: approx Gordons Green. HEX triplet: 2D, 2F and 2D. RGB value is (45,47,45). Sum of RGB (Red+Green+Blue) = 45+47+45=137 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.85% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 47 - color contains mainly: green. Hex color #2D2F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2F2D is #D2D0D2. Grayscale: #2E2E2E. Windows color (decimal): -13816019 or 2961197. OLE color: 2961197.

HSL color Cylindrical-coordinate representation of color #2D2F2D: hue angle of 120º degrees, saturation: 0.02, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #2D2F2D is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.

Color convert

RGB454745-
CMYK0.0400.040.82
HSL120º2.17%18.04%-
HSV(B)120º4.26%18.43%-
XYZ2.572.782.88-
YUV46.17127.34127.16-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 32.85%
GREEN value IS 47 (18.75% from 255) = 34.31%
BLUE value IS 45 (17.97% from 255) = 32.85%
R=32.85%
G=34.31%
B=32.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4547450.0400.040.821202.1718.04
Hex2D2F2D4045278212
Octal555755404122170222
Binary1011011011111011011000100101001011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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