Html Css Color HEX #2C312C Gordons Green

📋 copy color: '#2C312C'

red 44 ◦ green 49 ◦ blue 44

#2C312C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gordons Green #2C312C

Tints of Gordons Green #2C312C

RGB

 RED value IS 44 (17.58% from 255) = 32.12%

 GREEN value IS 49 (19.53% from 255) = 35.77%

 BLUE value IS 44 (17.58% from 255) = 32.12%

R = 32.12%
G = 35.77%
B = 32.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#2C312C (or 0x2C312C) is known color: Gordons Green. HEX triplet: 2C, 31 and 2C. RGB value is (44,49,44). Sum of RGB (Red+Green+Blue) = 44+49+44=137 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.12% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 49 - color contains mainly: green. Hex color #2C312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C312C is #D3CED3. Grayscale: #2E2E2E. Windows color (decimal): -13881044 or 2896172. OLE color: 2896172.

HSL color Cylindrical-coordinate representation of color #2C312C: hue angle of 120º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2C312C is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 44 49 44 -
CMYK 0.10 0 0.10 0.81
HSL 120º 0.05% 0.18% -
HSV(B) 120º 0.1% 0.19% -
XYZ 2.59 2.91 2.81 -
YUV 46.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 44 49 44 0.10 0 0.10 0.81 120 0.05 0.18
Hex 2C 31 2C A 0 A 51 78 5 12
Octal 54 61 54 12 0 12 121 170 5 22
Binary 101100 110001 101100 1010 0 1010 1010001 1111000 101 10010

Color Harmonies of #2C312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C312C

Black with #2C312C

Text Example


Text Example

White with #2C312C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,49,44); }

 H1.HeaderClassName
 {
   color: #2C312C;
 }
 .AnyTagClassName
 {
   color: #2C312C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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