Html Css Color HEX #29332A Gordons Green

📋 copy color: '#29332A'

red 41 ◦ green 51 ◦ blue 42

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

Shades of Gordons Green #29332A

Tints of Gordons Green #29332A

RGB

 RED value IS 41 (16.41% from 255) = 30.6%

 GREEN value IS 51 (20.31% from 255) = 38.06%

 BLUE value IS 42 (16.8% from 255) = 31.34%

R = 30.6%
G = 38.06%
B = 31.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#29332A (or 0x29332A) is known color: Gordons Green. HEX triplet: 29, 33 and 2A. RGB value is (41,51,42). Sum of RGB (Red+Green+Blue) = 41+51+42=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 51 - color contains mainly: green. Hex color #29332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29332A is #D6CCD5. Grayscale: #2F2F2F. Windows color (decimal): -14077142 or 2765609. OLE color: 2765609.

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

Color convert

RGB 41 51 42 -
CMYK 0.20 0 0.18 0.8
HSL 126º 0.11% 0.18% -
HSV(B) 126º 0.2% 0.2% -
XYZ 2.52 3.01 2.64 -
YUV 46.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 41 51 42 0.20 0 0.18 0.8 126 0.11 0.18
Hex 29 33 2A 14 0 12 50 7E B 12
Octal 51 63 52 24 0 22 120 176 13 22
Binary 101001 110011 101010 10100 0 10010 1010000 1111110 1011 10010

Color Harmonies of #29332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29332A

Black with #29332A

Text Example


Text Example

White with #29332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29332A;
 }
 .AnyTagClassName
 {
   color: #29332A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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