Html Css Color HEX #184228 Deep Fir

📋 copy color: '#184228'

red 24 ◦ green 66 ◦ blue 40

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

Shades of Deep Fir #184228

Tints of Deep Fir #184228

RGB

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

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

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

R = 18.46%
G = 50.77%
B = 30.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#184228 (or 0x184228) is known color: Deep Fir. HEX triplet: 18, 42 and 28. RGB value is (24,66,40). Sum of RGB (Red+Green+Blue) = 24+66+40=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #184228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184228 is #E7BDD7. Grayscale: #323232. Windows color (decimal): -15187416 or 2638360. OLE color: 2638360.

HSL color Cylindrical-coordinate representation of color #184228: hue angle of 142.86º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #184228 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 24 66 40 -
CMYK 0.64 0 0.39 0.74
HSL 142.86º 0.47% 0.18% -
HSV(B) 142.86º 0.64% 0.26% -
XYZ 2.71 4.24 2.68 -
YUV 50.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 24 66 40 0.64 0 0.39 0.74 142.86 0.47 0.18
Hex 18 42 28 40 0 27 4A 8F 2F 12
Octal 30 102 50 100 0 47 112 217 57 22
Binary 11000 1000010 101000 1000000 0 100111 1001010 10001111 101111 10010

Color Harmonies of #184228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184228

Black with #184228

Text Example


Text Example

White with #184228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184228; }

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

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

background-color css

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

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

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

border-color css

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

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

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