#2C372F

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

Shades of Gordons Green #2C372F

Tints of Gordons Green #2C372F

Color information

#2C372F (or 0x2C372F) is unknown color: approx Gordons Green. HEX triplet: 2C, 37 and 2F. RGB value is (44,55,47). Sum of RGB (Red+Green+Blue) = 44+55+47=146 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.14% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 55 - color contains mainly: green. Hex color #2C372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C372F is #D3C8D0. Grayscale: #323232. Windows color (decimal): -13879505 or 3094316. OLE color: 3094316.

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

Color convert

RGB445547-
CMYK0.200.150.78
HSL136.36º11.11%19.41%-
HSV(B)136.36º20%21.57%-
XYZ2.923.473.21-
YUV50.8125.86123.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.14%
GREEN value IS 55 (21.88% from 255) = 37.67%
BLUE value IS 47 (18.75% from 255) = 32.19%
R=30.14%
G=37.67%
B=32.19%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4455470.200.150.78136.3611.1119.41
Hex2C372F140F4E88b13
Octal546757240171162101323
Binary1011001101111011111010001111100111010001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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