#2C302C

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

Shades of Gordons Green #2C302C

Tints of Gordons Green #2C302C

Color information

#2C302C (or 0x2C302C) is unknown color: approx Gordons Green. HEX triplet: 2C, 30 and 2C. RGB value is (44,48,44). Sum of RGB (Red+Green+Blue) = 44+48+44=136 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.35% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 48 - color contains mainly: green. Hex color #2C302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C302C is #D3CFD3. Grayscale: #2E2E2E. Windows color (decimal): -13881300 or 2895916. OLE color: 2895916.

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

Color convert

RGB444844-
CMYK0.0800.080.81
HSL120º4.35%18.04%-
HSV(B)120º8.33%18.82%-
XYZ2.552.832.79-
YUV46.35126.67126.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 32.35%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=32.35%
G=35.29%
B=32.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4448440.0800.080.811204.3518.04
Hex2C302C8085178412
Octal54605410010121170422
Binary1011001100001011001000010001010001111100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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