#292E2A

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

Shades of Gordons Green #292E2A

Tints of Gordons Green #292E2A

Color information

#292E2A (or 0x292E2A) is unknown color: approx Gordons Green. HEX triplet: 29, 2E and 2A. RGB value is (41,46,42). Sum of RGB (Red+Green+Blue) = 41+46+42=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 46 - color contains mainly: green. Hex color #292E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E2A is #D6D1D5. Grayscale: #2C2C2C. Windows color (decimal): -14078422 or 2764329. OLE color: 2764329.

HSL color Cylindrical-coordinate representation of color #292E2A: hue angle of 132º degrees, saturation: 0.06, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #292E2A is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB414642-
CMYK0.1100.090.82
HSL132º5.75%17.06%-
HSV(B)132º10.87%18.04%-
XYZ2.312.592.57-
YUV44.05126.84125.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.78%
GREEN value IS 46 (18.36% from 255) = 35.66%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=31.78%
G=35.66%
B=32.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4146420.1100.090.821325.7517.06
Hex292E2AB095284611
Octal51565213011122204621
Binary10100110111010101010110100110100101000010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292E2A; }

 p { color: rgb(41,46,42); }

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

<style>
 a { background-color: #292E2A; }

 a { background-color: rgb(41,46,42); }

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

<style>
 span { border-color: #292E2A; }

 span { border-color: rgb(41,46,42); }

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