Html Css Color HEX #29322A Gordons Green

📋 copy color: '#29322A'

red 41 ◦ green 50 ◦ blue 42

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

Shades of Gordons Green #29322A

Tints of Gordons Green #29322A

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.8% from 255) = 31.58%

R = 30.83%
G = 37.59%
B = 31.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.80

RGB Variations

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

Color information

#29322A (or 0x29322A) is known color: 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

RGB 41 50 42 -
CMYK 0.18 0 0.16 0.80
HSL 126.67º 0.1% 0.18% -
HSV(B) 126.67º 0.18% 0.2% -
XYZ 2.47 2.92 2.62 -
YUV 46.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 41 50 42 0.18 0 0.16 0.80 126.67 0.1 0.18
Hex 29 32 2A 12 0 10 50 7F A 12
Octal 51 62 52 22 0 20 120 177 12 22
Binary 101001 110010 101010 10010 0 10000 1010000 1111111 1010 10010

Color Harmonies of #29322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29322A

Black with #29322A

Text Example


Text Example

White with #29322A

Text Example


Text Example

HTML Codes & Css Web 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>