Html Css Color HEX #294239 Burnham

📋 copy color: '#294239'

red 41 ◦ green 66 ◦ blue 57

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

Shades of Burnham #294239

Tints of Burnham #294239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 34.76%

R = 25%
G = 40.24%
B = 34.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#294239 (or 0x294239) is known color: Burnham. HEX triplet: 29, 42 and 39. RGB value is (41,66,57). Sum of RGB (Red+Green+Blue) = 41+66+57=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 66 - color contains mainly: green. Hex color #294239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294239 is #D6BDC6. Grayscale: #393939. Windows color (decimal): -14073287 or 3752489. OLE color: 3752489.

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

Color convert

RGB 41 66 57 -
CMYK 0.38 0 0.14 0.74
HSL 158.4º 0.23% 0.21% -
HSV(B) 158.4º 0.38% 0.26% -
XYZ 3.6 4.66 4.58 -
YUV 57.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 41 66 57 0.38 0 0.14 0.74 158.4 0.23 0.21
Hex 29 42 39 26 0 E 4A 9E 17 15
Octal 51 102 71 46 0 16 112 236 27 25
Binary 101001 1000010 111001 100110 0 1110 1001010 10011110 10111 10101

Color Harmonies of #294239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294239

Black with #294239

Text Example


Text Example

White with #294239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294239; }

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

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

background-color css

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

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

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

border-color css

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

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

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