Html Css Color HEX #184029 Deep Fir

📋 copy color: '#184029'

red 24 ◦ green 64 ◦ blue 41

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

Shades of Deep Fir #184029

Tints of Deep Fir #184029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 49.61%

 BLUE value IS 41 (16.41% from 255) = 31.78%

R = 18.6%
G = 49.61%
B = 31.78%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#184029 (or 0x184029) is known color: Deep Fir. HEX triplet: 18, 40 and 29. RGB value is (24,64,41). Sum of RGB (Red+Green+Blue) = 24+64+41=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #184029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184029 is #E7BFD6. Grayscale: #313131. Windows color (decimal): -15187927 or 2703384. OLE color: 2703384.

HSL color Cylindrical-coordinate representation of color #184029: hue angle of 145.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #184029 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 64 41 -
CMYK 0.62 0 0.36 0.75
HSL 145.5º 0.45% 0.17% -
HSV(B) 145.5º 0.63% 0.25% -
XYZ 2.61 4.02 2.74 -
YUV 49.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 24 64 41 0.62 0 0.36 0.75 145.5 0.45 0.17
Hex 18 40 29 3E 0 24 4B 92 2D 11
Octal 30 100 51 76 0 44 113 222 55 21
Binary 11000 1000000 101001 111110 0 100100 1001011 10010010 101101 10001

Color Harmonies of #184029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184029

Black with #184029

Text Example


Text Example

White with #184029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184029; }

 p { color: rgb(24,64,41); }

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

background-color css

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

 a { background-color: rgb(24,64,41); }

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

border-color css

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

 span { border-color: rgb(24,64,41); }

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