Html Css Color HEX #29342A Gordons Green

📋 copy color: '#29342A'

red 41 ◦ green 52 ◦ blue 42

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

Shades of Gordons Green #29342A

Tints of Gordons Green #29342A

RGB

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

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

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

R = 30.37%
G = 38.52%
B = 31.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#29342A (or 0x29342A) is known color: Gordons Green. HEX triplet: 29, 34 and 2A. RGB value is (41,52,42). Sum of RGB (Red+Green+Blue) = 41+52+42=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 52 - color contains mainly: green. Hex color #29342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29342A is #D6CBD5. Grayscale: #2F2F2F. Windows color (decimal): -14076886 or 2765865. OLE color: 2765865.

HSL color Cylindrical-coordinate representation of color #29342A: hue angle of 125.45º 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 #29342A is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 52 42 -
CMYK 0.21 0 0.19 0.80
HSL 125.45º 0.12% 0.18% -
HSV(B) 125.45º 0.21% 0.2% -
XYZ 2.56 3.09 2.65 -
YUV 47.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 41 52 42 0.21 0 0.19 0.80 125.45 0.12 0.18
Hex 29 34 2A 15 0 13 50 7D C 12
Octal 51 64 52 25 0 23 120 175 14 22
Binary 101001 110100 101010 10101 0 10011 1010000 1111101 1100 10010

Color Harmonies of #29342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29342A

Black with #29342A

Text Example


Text Example

White with #29342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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