Html Css Color HEX #29322B Gordons Green

📋 copy color: '#29322B'

red 41 ◦ green 50 ◦ blue 43

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

Shades of Gordons Green #29322B

Tints of Gordons Green #29322B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.31%

 BLUE value IS 43 (17.19% from 255) = 32.09%

R = 30.6%
G = 37.31%
B = 32.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.80

RGB Variations

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

Color information

#29322B (or 0x29322B) is known color: Gordons Green. HEX triplet: 29, 32 and 2B. RGB value is (41,50,43). Sum of RGB (Red+Green+Blue) = 41+50+43=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 50 - color contains mainly: green. Hex color #29322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29322B is #D6CDD4. Grayscale: #2E2E2E. Windows color (decimal): -14077397 or 2830889. OLE color: 2830889.

HSL color Cylindrical-coordinate representation of color #29322B: hue angle of 133.33º 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 #29322B is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 50 43 -
CMYK 0.18 0 0.14 0.80
HSL 133.33º 0.1% 0.18% -
HSV(B) 133.33º 0.18% 0.2% -
XYZ 2.49 2.93 2.72 -
YUV 46.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 41 50 43 0.18 0 0.14 0.80 133.33 0.1 0.18
Hex 29 32 2B 12 0 E 50 85 A 12
Octal 51 62 53 22 0 16 120 205 12 22
Binary 101001 110010 101011 10010 0 1110 1010000 10000101 1010 10010

Color Harmonies of #29322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29322B

Black with #29322B

Text Example


Text Example

White with #29322B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29322B;
 }
 .AnyTagClassName
 {
   color: #29322B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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