Html Css Color HEX #29362C Gordons Green

📋 copy color: '#29362C'

red 41 ◦ green 54 ◦ blue 44

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

Shades of Gordons Green #29362C

Tints of Gordons Green #29362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.85%

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

R = 29.5%
G = 38.85%
B = 31.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#29362C (or 0x29362C) is known color: Gordons Green. HEX triplet: 29, 36 and 2C. RGB value is (41,54,44). Sum of RGB (Red+Green+Blue) = 41+54+44=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 54 - color contains mainly: green. Hex color #29362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29362C is #D6C9D3. Grayscale: #313131. Windows color (decimal): -14076372 or 2897449. OLE color: 2897449.

HSL color Cylindrical-coordinate representation of color #29362C: hue angle of 133.85º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #29362C is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 54 44 -
CMYK 0.24 0 0.19 0.79
HSL 133.85º 0.14% 0.19% -
HSV(B) 133.85º 0.24% 0.21% -
XYZ 2.69 3.29 2.88 -
YUV 48.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 41 54 44 0.24 0 0.19 0.79 133.85 0.14 0.19
Hex 29 36 2C 18 0 13 4F 86 E 13
Octal 51 66 54 30 0 23 117 206 16 23
Binary 101001 110110 101100 11000 0 10011 1001111 10000110 1110 10011

Color Harmonies of #29362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29362C

Black with #29362C

Text Example


Text Example

White with #29362C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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