Html Css Color HEX #29332C Gordons Green

📋 copy color: '#29332C'

red 41 ◦ green 51 ◦ blue 44

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

Shades of Gordons Green #29332C

Tints of Gordons Green #29332C

RGB

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

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

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

R = 30.15%
G = 37.5%
B = 32.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.8

RGB Variations

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

Color information

#29332C (or 0x29332C) is known color: Gordons Green. HEX triplet: 29, 33 and 2C. RGB value is (41,51,44). Sum of RGB (Red+Green+Blue) = 41+51+44=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 51 - color contains mainly: green. Hex color #29332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29332C is #D6CCD3. Grayscale: #2F2F2F. Windows color (decimal): -14077140 or 2896681. OLE color: 2896681.

HSL color Cylindrical-coordinate representation of color #29332C: hue angle of 138º 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 #29332C is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB 41 51 44 -
CMYK 0.20 0 0.14 0.8
HSL 138º 0.11% 0.18% -
HSV(B) 138º 0.2% 0.2% -
XYZ 2.55 3.02 2.83 -
YUV 47.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 41 51 44 0.20 0 0.14 0.8 138 0.11 0.18
Hex 29 33 2C 14 0 E 50 8A B 12
Octal 51 63 54 24 0 16 120 212 13 22
Binary 101001 110011 101100 10100 0 1110 1010000 10001010 1011 10010

Color Harmonies of #29332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29332C

Black with #29332C

Text Example


Text Example

White with #29332C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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