Html Css Color HEX #29372D Gordons Green

📋 copy color: '#29372D'

red 41 ◦ green 55 ◦ blue 45

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

Shades of Gordons Green #29372D

Tints of Gordons Green #29372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.01%

 BLUE value IS 45 (17.97% from 255) = 31.91%

R = 29.08%
G = 39.01%
B = 31.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#29372D (or 0x29372D) is known color: Gordons Green. HEX triplet: 29, 37 and 2D. RGB value is (41,55,45). Sum of RGB (Red+Green+Blue) = 41+55+45=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 55 - color contains mainly: green. Hex color #29372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29372D is #D6C8D2. Grayscale: #313131. Windows color (decimal): -14076115 or 2963241. OLE color: 2963241.

HSL color Cylindrical-coordinate representation of color #29372D: hue angle of 137.14º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #29372D is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 55 45 -
CMYK 0.25 0 0.18 0.78
HSL 137.14º 0.15% 0.19% -
HSV(B) 137.14º 0.25% 0.22% -
XYZ 2.75 3.39 2.99 -
YUV 49.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 41 55 45 0.25 0 0.18 0.78 137.14 0.15 0.19
Hex 29 37 2D 19 0 12 4E 89 F 13
Octal 51 67 55 31 0 22 116 211 17 23
Binary 101001 110111 101101 11001 0 10010 1001110 10001001 1111 10011

Color Harmonies of #29372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29372D

Black with #29372D

Text Example


Text Example

White with #29372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29372D; }

 p { color: rgb(41,55,45); }

 H1.HeaderClassName
 {
   color: #29372D;
 }
 .AnyTagClassName
 {
   color: #29372D;
 }
</style>

background-color css

<style>
 a { background-color: #29372D; }

 a { background-color: rgb(41,55,45); }

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

border-color css

<style>
 span { border-color: #29372D; }

 span { border-color: rgb(41,55,45); }

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