#2C342E

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

Shades of Gordons Green #2C342E

Tints of Gordons Green #2C342E

Color information

#2C342E (or 0x2C342E) is unknown color: approx Gordons Green. HEX triplet: 2C, 34 and 2E. RGB value is (44,52,46). Sum of RGB (Red+Green+Blue) = 44+52+46=142 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.99% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 52 - color contains mainly: green. Hex color #2C342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C342E is #D3CBD1. Grayscale: #303030. Windows color (decimal): -13880274 or 3028012. OLE color: 3028012.

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

Color convert

RGB445246-
CMYK0.1500.120.80
HSL135º8.33%18.82%-
HSV(B)135º15.38%20.39%-
XYZ2.763.193.05-
YUV48.92126.35124.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.99%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 46 (18.36% from 255) = 32.39%
R=30.99%
G=36.62%
B=32.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4452460.1500.120.801358.3318.82
Hex2C342EF0C5087813
Octal546456170141202071023
Binary101100110100101110111101100101000010000111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,52,46); }

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

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

 a { background-color: rgb(44,52,46); }

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

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

 span { border-color: rgb(44,52,46); }

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