Html Css Color HEX #29401A Black Forest

📋 copy color: '#29401A'

red 41 ◦ green 64 ◦ blue 26

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

Shades of Black Forest #29401A

Tints of Black Forest #29401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.85%

R = 31.3%
G = 48.85%
B = 19.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#29401A (or 0x29401A) is known color: Black Forest. HEX triplet: 29, 40 and 1A. RGB value is (41,64,26). Sum of RGB (Red+Green+Blue) = 41+64+26=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #29401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29401A is #D6BFE5. Grayscale: #343434. Windows color (decimal): -14073830 or 1720361. OLE color: 1720361.

HSL color Cylindrical-coordinate representation of color #29401A: hue angle of 96.32º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29401A is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 64 26 -
CMYK 0.36 0 0.59 0.75
HSL 96.32º 0.42% 0.18% -
HSV(B) 96.32º 0.59% 0.25% -
XYZ 2.93 4.21 1.64 -
YUV 52.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 41 64 26 0.36 0 0.59 0.75 96.32 0.42 0.18
Hex 29 40 1A 24 0 3B 4B 60 2A 12
Octal 51 100 32 44 0 73 113 140 52 22
Binary 101001 1000000 11010 100100 0 111011 1001011 1100000 101010 10010

Color Harmonies of #29401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29401A

Black with #29401A

Text Example


Text Example

White with #29401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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