Html Css Color HEX #184223 Deep Fir

📋 copy color: '#184223'

red 24 ◦ green 66 ◦ blue 35

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

Shades of Deep Fir #184223

Tints of Deep Fir #184223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 28%

R = 19.2%
G = 52.8%
B = 28%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#184223 (or 0x184223) is known color: Deep Fir. HEX triplet: 18, 42 and 23. RGB value is (24,66,35). Sum of RGB (Red+Green+Blue) = 24+66+35=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #184223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184223 is #E7BDDC. Grayscale: #313131. Windows color (decimal): -15187421 or 2310680. OLE color: 2310680.

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

Color convert

RGB 24 66 35 -
CMYK 0.64 0 0.47 0.74
HSL 135.71º 0.47% 0.18% -
HSV(B) 135.71º 0.64% 0.26% -
XYZ 2.63 4.21 2.26 -
YUV 49.91 119.59 109.52 -
System Red Green Blue C M Y K H S L
Decimal 24 66 35 0.64 0 0.47 0.74 135.71 0.47 0.18
Hex 18 42 23 40 0 2F 4A 88 2F 12
Octal 30 102 43 100 0 57 112 210 57 22
Binary 11000 1000010 100011 1000000 0 101111 1001010 10001000 101111 10010

Color Harmonies of #184223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184223

Black with #184223

Text Example


Text Example

White with #184223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184223; }

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

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

background-color css

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

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

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

border-color css

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

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

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