Html Css Color HEX #29422C Gordons Green

📋 copy color: '#29422C'

red 41 ◦ green 66 ◦ blue 44

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

Shades of Gordons Green #29422C

Tints of Gordons Green #29422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.71%

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

R = 27.15%
G = 43.71%
B = 29.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.74

RGB Variations

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

Color information

#29422C (or 0x29422C) is known color: Gordons Green. HEX triplet: 29, 42 and 2C. RGB value is (41,66,44). Sum of RGB (Red+Green+Blue) = 41+66+44=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 66 - color contains mainly: green. Hex color #29422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29422C is #D6BDD3. Grayscale: #383838. Windows color (decimal): -14073300 or 2900521. OLE color: 2900521.

HSL color Cylindrical-coordinate representation of color #29422C: hue angle of 127.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #29422C is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 66 44 -
CMYK 0.38 0 0.33 0.74
HSL 127.2º 0.23% 0.21% -
HSV(B) 127.2º 0.38% 0.26% -
XYZ 3.32 4.55 3.09 -
YUV 56.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 41 66 44 0.38 0 0.33 0.74 127.2 0.23 0.21
Hex 29 42 2C 26 0 21 4A 7F 17 15
Octal 51 102 54 46 0 41 112 177 27 25
Binary 101001 1000010 101100 100110 0 100001 1001010 1111111 10111 10101

Color Harmonies of #29422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29422C

Black with #29422C

Text Example


Text Example

White with #29422C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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