Html Css Color HEX #28493B Burnham

📋 copy color: '#28493B'

red 40 ◦ green 73 ◦ blue 59

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

Shades of Burnham #28493B

Tints of Burnham #28493B

RGB

 RED value IS 40 (16.02% from 255) = 23.26%

 GREEN value IS 73 (28.91% from 255) = 42.44%

 BLUE value IS 59 (23.44% from 255) = 34.3%

R = 23.26%
G = 42.44%
B = 34.3%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#28493B (or 0x28493B) is known color: Burnham. HEX triplet: 28, 49 and 3B. RGB value is (40,73,59). Sum of RGB (Red+Green+Blue) = 40+73+59=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #28493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28493B is #D7B6C4. Grayscale: #3D3D3D. Windows color (decimal): -14137029 or 3885352. OLE color: 3885352.

HSL color Cylindrical-coordinate representation of color #28493B: hue angle of 154.55º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #28493B is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 73 59 -
CMYK 0.45 0 0.19 0.71
HSL 154.55º 0.29% 0.22% -
HSV(B) 154.55º 0.45% 0.29% -
XYZ 4.05 5.53 4.99 -
YUV 61.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 40 73 59 0.45 0 0.19 0.71 154.55 0.29 0.22
Hex 28 49 3B 2D 0 13 47 9B 1D 16
Octal 50 111 73 55 0 23 107 233 35 26
Binary 101000 1001001 111011 101101 0 10011 1000111 10011011 11101 10110

Color Harmonies of #28493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28493B

Black with #28493B

Text Example


Text Example

White with #28493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28493B; }

 p { color: rgb(40,73,59); }

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

background-color css

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

 a { background-color: rgb(40,73,59); }

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

border-color css

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

 span { border-color: rgb(40,73,59); }

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