Html Css Color HEX #29423A Burnham

📋 copy color: '#29423A'

red 41 ◦ green 66 ◦ blue 58

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

Shades of Burnham #29423A

Tints of Burnham #29423A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 35.15%

R = 24.85%
G = 40%
B = 35.15%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#29423A (or 0x29423A) is known color: Burnham. HEX triplet: 29, 42 and 3A. RGB value is (41,66,58). Sum of RGB (Red+Green+Blue) = 41+66+58=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 66 - color contains mainly: green. Hex color #29423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29423A is #D6BDC5. Grayscale: #393939. Windows color (decimal): -14073286 or 3818025. OLE color: 3818025.

HSL color Cylindrical-coordinate representation of color #29423A: hue angle of 160.8º 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 #29423A is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 66 58 -
CMYK 0.38 0 0.12 0.74
HSL 160.8º 0.23% 0.21% -
HSV(B) 160.8º 0.38% 0.26% -
XYZ 3.63 4.67 4.71 -
YUV 57.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 41 66 58 0.38 0 0.12 0.74 160.8 0.23 0.21
Hex 29 42 3A 26 0 C 4A A1 17 15
Octal 51 102 72 46 0 14 112 241 27 25
Binary 101001 1000010 111010 100110 0 1100 1001010 10100001 10111 10101

Color Harmonies of #29423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29423A

Black with #29423A

Text Example


Text Example

White with #29423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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