Html Css Color HEX #29402D Gordons Green

📋 copy color: '#29402D'

red 41 ◦ green 64 ◦ blue 45

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

Shades of Gordons Green #29402D

Tints of Gordons Green #29402D

RGB

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

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

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

R = 27.33%
G = 42.67%
B = 30%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#29402D (or 0x29402D) is known color: Gordons Green. HEX triplet: 29, 40 and 2D. RGB value is (41,64,45). Sum of RGB (Red+Green+Blue) = 41+64+45=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #29402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29402D is #D6BFD2. Grayscale: #373737. Windows color (decimal): -14073811 or 2965545. OLE color: 2965545.

HSL color Cylindrical-coordinate representation of color #29402D: hue angle of 130.43º 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 #29402D is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 64 45 -
CMYK 0.36 0 0.30 0.75
HSL 130.43º 0.22% 0.21% -
HSV(B) 130.43º 0.36% 0.25% -
XYZ 3.22 4.33 3.15 -
YUV 54.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 41 64 45 0.36 0 0.30 0.75 130.43 0.22 0.21
Hex 29 40 2D 24 0 1E 4B 82 16 15
Octal 51 100 55 44 0 36 113 202 26 25
Binary 101001 1000000 101101 100100 0 11110 1001011 10000010 10110 10101

Color Harmonies of #29402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29402D

Black with #29402D

Text Example


Text Example

White with #29402D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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