#2C392F

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

Shades of Gordons Green #2C392F

Tints of Gordons Green #2C392F

Color information

#2C392F (or 0x2C392F) is unknown color: approx Gordons Green. HEX triplet: 2C, 39 and 2F. RGB value is (44,57,47). Sum of RGB (Red+Green+Blue) = 44+57+47=148 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.73% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 57 - color contains mainly: green. Hex color #2C392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C392F is #D3C6D0. Grayscale: #343434. Windows color (decimal): -13878993 or 3094828. OLE color: 3094828.

HSL color Cylindrical-coordinate representation of color #2C392F: hue angle of 133.85º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2C392F is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB445747-
CMYK0.2300.180.78
HSL133.85º12.87%19.8%-
HSV(B)133.85º22.81%22.35%-
XYZ3.013.673.24-
YUV51.97125.19122.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.73%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 47 (18.75% from 255) = 31.76%
R=29.73%
G=38.51%
B=31.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4457470.2300.180.78133.8512.8719.8
Hex2C392F170124E86d14
Octal547157270221162061524
Binary10110011100110111110111010010100111010000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,57,47); }

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

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

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

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

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

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

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