Html Css Color HEX #29402C Gordons Green

📋 copy color: '#29402C'

red 41 ◦ green 64 ◦ blue 44

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

Shades of Gordons Green #29402C

Tints of Gordons Green #29402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.95%

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

R = 27.52%
G = 42.95%
B = 29.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#29402C (or 0x29402C) is known color: Gordons Green. HEX triplet: 29, 40 and 2C. RGB value is (41,64,44). Sum of RGB (Red+Green+Blue) = 41+64+44=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #29402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29402C is #D6BFD3. Grayscale: #363636. Windows color (decimal): -14073812 or 2900009. OLE color: 2900009.

HSL color Cylindrical-coordinate representation of color #29402C: hue angle of 127.83º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #29402C is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 64 44 -
CMYK 0.36 0 0.31 0.75
HSL 127.83º 0.22% 0.21% -
HSV(B) 127.83º 0.36% 0.25% -
XYZ 3.2 4.32 3.05 -
YUV 54.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 41 64 44 0.36 0 0.31 0.75 127.83 0.22 0.21
Hex 29 40 2C 24 0 1F 4B 80 16 15
Octal 51 100 54 44 0 37 113 200 26 25
Binary 101001 1000000 101100 100100 0 11111 1001011 10000000 10110 10101

Color Harmonies of #29402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29402C

Black with #29402C

Text Example


Text Example

White with #29402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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