Html Css Color HEX #29342C Gordons Green

📋 copy color: '#29342C'

red 41 ◦ green 52 ◦ blue 44

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

Shades of Gordons Green #29342C

Tints of Gordons Green #29342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.96%

 BLUE value IS 44 (17.58% from 255) = 32.12%

R = 29.93%
G = 37.96%
B = 32.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.80

RGB Variations

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

Color information

#29342C (or 0x29342C) is known color: Gordons Green. HEX triplet: 29, 34 and 2C. RGB value is (41,52,44). Sum of RGB (Red+Green+Blue) = 41+52+44=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 52 - color contains mainly: green. Hex color #29342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29342C is #D6CBD3. Grayscale: #2F2F2F. Windows color (decimal): -14076884 or 2896937. OLE color: 2896937.

HSL color Cylindrical-coordinate representation of color #29342C: hue angle of 136.36º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #29342C is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 52 44 -
CMYK 0.21 0 0.15 0.80
HSL 136.36º 0.12% 0.18% -
HSV(B) 136.36º 0.21% 0.2% -
XYZ 2.6 3.11 2.85 -
YUV 47.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 41 52 44 0.21 0 0.15 0.80 136.36 0.12 0.18
Hex 29 34 2C 15 0 F 50 88 C 12
Octal 51 64 54 25 0 17 120 210 14 22
Binary 101001 110100 101100 10101 0 1111 1010000 10001000 1100 10010

Color Harmonies of #29342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29342C

Black with #29342C

Text Example


Text Example

White with #29342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29342C; }

 p { color: rgb(41,52,44); }

 H1.HeaderClassName
 {
   color: #29342C;
 }
 .AnyTagClassName
 {
   color: #29342C;
 }
</style>

background-color css

<style>
 a { background-color: #29342C; }

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

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

border-color css

<style>
 span { border-color: #29342C; }

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

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