Html Css Color HEX #29382A Gordons Green

📋 copy color: '#29382A'

red 41 ◦ green 56 ◦ blue 42

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

Shades of Gordons Green #29382A

Tints of Gordons Green #29382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.29%

 BLUE value IS 42 (16.8% from 255) = 30.22%

R = 29.5%
G = 40.29%
B = 30.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#29382A (or 0x29382A) is known color: Gordons Green. HEX triplet: 29, 38 and 2A. RGB value is (41,56,42). Sum of RGB (Red+Green+Blue) = 41+56+42=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 56 - color contains mainly: green. Hex color #29382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29382A is #D6C7D5. Grayscale: #313131. Windows color (decimal): -14075862 or 2766889. OLE color: 2766889.

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

Color convert

RGB 41 56 42 -
CMYK 0.27 0 0.25 0.78
HSL 124º 0.15% 0.19% -
HSV(B) 124º 0.27% 0.22% -
XYZ 2.75 3.47 2.71 -
YUV 49.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 41 56 42 0.27 0 0.25 0.78 124 0.15 0.19
Hex 29 38 2A 1B 0 19 4E 7C F 13
Octal 51 70 52 33 0 31 116 174 17 23
Binary 101001 111000 101010 11011 0 11001 1001110 1111100 1111 10011

Color Harmonies of #29382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29382A

Black with #29382A

Text Example


Text Example

White with #29382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29382A; }

 p { color: rgb(41,56,42); }

 H1.HeaderClassName
 {
   color: #29382A;
 }
 .AnyTagClassName
 {
   color: #29382A;
 }
</style>

background-color css

<style>
 a { background-color: #29382A; }

 a { background-color: rgb(41,56,42); }

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

border-color css

<style>
 span { border-color: #29382A; }

 span { border-color: rgb(41,56,42); }

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