#29322A

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

Shades of Gordons Green #29322A

Tints of Gordons Green #29322A

Color information

#29322A (or 0x29322A) is unknown color: approx Gordons Green. HEX triplet: 29, 32 and 2A. RGB value is (41,50,42). Sum of RGB (Red+Green+Blue) = 41+50+42=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 50 - color contains mainly: green. Hex color #29322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29322A is #D6CDD5. Grayscale: #2E2E2E. Windows color (decimal): -14077398 or 2765353. OLE color: 2765353.

HSL color Cylindrical-coordinate representation of color #29322A: hue angle of 126.67º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #29322A is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB415042-
CMYK0.1800.160.80
HSL126.67º9.89%17.84%-
HSV(B)126.67º18%19.61%-
XYZ2.472.922.62-
YUV46.4125.52124.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.83%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=30.83%
G=37.59%
B=31.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4150420.1800.160.80126.679.8917.84
Hex29322A12010507fa12
Octal516252220201201771222
Binary1010011100101010101001001000010100001111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29322A; }

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

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

<style>
 a { background-color: #29322A; }

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

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

<style>
 span { border-color: #29322A; }

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

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