Html Css Color HEX #183F21 Deep Fir

📋 copy color: '#183F21'

red 24 ◦ green 63 ◦ blue 33

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

Shades of Deep Fir #183F21

Tints of Deep Fir #183F21

RGB

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

 GREEN value IS 63 (25% from 255) = 52.5%

 BLUE value IS 33 (13.28% from 255) = 27.5%

R = 20%
G = 52.5%
B = 27.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#183F21 (or 0x183F21) is known color: Deep Fir. HEX triplet: 18, 3F and 21. RGB value is (24,63,33). Sum of RGB (Red+Green+Blue) = 24+63+33=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 63 (25% from 255 or 52.5% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 63 - color contains mainly: green. Hex color #183F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183F21 is #E7C0DE. Grayscale: #2F2F2F. Windows color (decimal): -15188191 or 2178840. OLE color: 2178840.

HSL color Cylindrical-coordinate representation of color #183F21: hue angle of 133.85º 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 #183F21 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 63 33 -
CMYK 0.62 0 0.48 0.75
HSL 133.85º 0.45% 0.17% -
HSV(B) 133.85º 0.62% 0.25% -
XYZ 2.43 3.86 2.06 -
YUV 47.92 119.58 110.94 -
System Red Green Blue C M Y K H S L
Decimal 24 63 33 0.62 0 0.48 0.75 133.85 0.45 0.17
Hex 18 3F 21 3E 0 30 4B 86 2D 11
Octal 30 77 41 76 0 60 113 206 55 21
Binary 11000 111111 100001 111110 0 110000 1001011 10000110 101101 10001

Color Harmonies of #183F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183F21

Black with #183F21

Text Example


Text Example

White with #183F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183F21; }

 p { color: rgb(24,63,33); }

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

background-color css

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

 a { background-color: rgb(24,63,33); }

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

border-color css

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

 span { border-color: rgb(24,63,33); }

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