#2C3C2D

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

Shades of Gordons Green #2C3C2D

Tints of Gordons Green #2C3C2D

Color information

#2C3C2D (or 0x2C3C2D) is unknown color: approx Gordons Green. HEX triplet: 2C, 3C and 2D. RGB value is (44,60,45). Sum of RGB (Red+Green+Blue) = 44+60+45=149 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.53% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 60 - color contains mainly: green. Hex color #2C3C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3C2D is #D3C3D2. Grayscale: #353535. Windows color (decimal): -13878227 or 2964524. OLE color: 2964524.

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

Color convert

RGB446045-
CMYK0.2700.250.76
HSL123.75º15.38%20.39%-
HSV(B)123.75º26.67%23.53%-
XYZ3.133.963.08-
YUV53.51123.2121.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.53%
GREEN value IS 60 (23.83% from 255) = 40.27%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=29.53%
G=40.27%
B=30.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4460450.2700.250.76123.7515.3820.39
Hex2C3C2D1B0194C7cf14
Octal547455330311141741724
Binary1011001111001011011101101100110011001111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,60,45); }

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

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

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

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

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

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

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