Html Css Color HEX #29372B Gordons Green

📋 copy color: '#29372B'

red 41 ◦ green 55 ◦ blue 43

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

Shades of Gordons Green #29372B

Tints of Gordons Green #29372B

RGB

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

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

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

R = 29.5%
G = 39.57%
B = 30.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.78

RGB Variations

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

Color information

#29372B (or 0x29372B) is known color: Gordons Green. HEX triplet: 29, 37 and 2B. RGB value is (41,55,43). Sum of RGB (Red+Green+Blue) = 41+55+43=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 55 - color contains mainly: green. Hex color #29372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29372B is #D6C8D4. Grayscale: #313131. Windows color (decimal): -14076117 or 2832169. OLE color: 2832169.

HSL color Cylindrical-coordinate representation of color #29372B: hue angle of 128.57º 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 #29372B is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 55 43 -
CMYK 0.25 0 0.22 0.78
HSL 128.57º 0.15% 0.19% -
HSV(B) 128.57º 0.25% 0.22% -
XYZ 2.72 3.38 2.79 -
YUV 49.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 41 55 43 0.25 0 0.22 0.78 128.57 0.15 0.19
Hex 29 37 2B 19 0 16 4E 81 F 13
Octal 51 67 53 31 0 26 116 201 17 23
Binary 101001 110111 101011 11001 0 10110 1001110 10000001 1111 10011

Color Harmonies of #29372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29372B

Black with #29372B

Text Example


Text Example

White with #29372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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