Html Css Color HEX #184428 Deep Fir

📋 copy color: '#184428'

red 24 ◦ green 68 ◦ blue 40

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

Shades of Deep Fir #184428

Tints of Deep Fir #184428

RGB

 RED value IS 24 (9.77% from 255) = 18.18%

 GREEN value IS 68 (26.95% from 255) = 51.52%

 BLUE value IS 40 (16.02% from 255) = 30.3%

R = 18.18%
G = 51.52%
B = 30.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#184428 (or 0x184428) is known color: Deep Fir. HEX triplet: 18, 44 and 28. RGB value is (24,68,40). Sum of RGB (Red+Green+Blue) = 24+68+40=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #184428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184428 is #E7BBD7. Grayscale: #333333. Windows color (decimal): -15186904 or 2638872. OLE color: 2638872.

HSL color Cylindrical-coordinate representation of color #184428: hue angle of 141.82º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #184428 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 68 40 -
CMYK 0.65 0 0.41 0.73
HSL 141.82º 0.48% 0.18% -
HSV(B) 141.82º 0.65% 0.27% -
XYZ 2.83 4.48 2.72 -
YUV 51.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 24 68 40 0.65 0 0.41 0.73 141.82 0.48 0.18
Hex 18 44 28 41 0 29 49 8E 30 12
Octal 30 104 50 101 0 51 111 216 60 22
Binary 11000 1000100 101000 1000001 0 101001 1001001 10001110 110000 10010

Color Harmonies of #184428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184428

Black with #184428

Text Example


Text Example

White with #184428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184428; }

 p { color: rgb(24,68,40); }

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

background-color css

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

 a { background-color: rgb(24,68,40); }

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

border-color css

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

 span { border-color: rgb(24,68,40); }

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