#2C3B2D

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

Shades of Gordons Green #2C3B2D

Tints of Gordons Green #2C3B2D

Color information

#2C3B2D (or 0x2C3B2D) is unknown color: approx Gordons Green. HEX triplet: 2C, 3B and 2D. RGB value is (44,59,45). Sum of RGB (Red+Green+Blue) = 44+59+45=148 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.73% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 59 - color contains mainly: green. Hex color #2C3B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3B2D is #D3C4D2. Grayscale: #343434. Windows color (decimal): -13878483 or 2964268. OLE color: 2964268.

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

Color convert

RGB445945-
CMYK0.2500.240.77
HSL124º14.56%20.2%-
HSV(B)124º25.42%23.14%-
XYZ3.083.853.06-
YUV52.92123.53121.64-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.73%
GREEN value IS 59 (23.44% from 255) = 39.86%
BLUE value IS 45 (17.97% from 255) = 30.41%
R=29.73%
G=39.86%
B=30.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4459450.2500.240.7712414.5620.2
Hex2C3B2D190184D7cf14
Octal547355310301151741724
Binary1011001110111011011100101100010011011111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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